1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-13 11:04:27 -05:00

Remove "sudo"

This commit is contained in:
Alex Kotov 2022-01-12 15:38:30 +05:00
parent 3ca2b71488
commit 9dc5979944
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -178,8 +178,8 @@ just `make && sudo make install`. Instead use the following commands:
* `sudo make install-exec install-data`
To install into specific directory use full path:
`DESTDIR="$(pwd)/dest" sudo make install-exec install-data` instead of
`DESTDIR=dest sudo make install-exec install-data`.
`DESTDIR="$(pwd)/dest" make install-exec install-data` instead of
`DESTDIR=dest make install-exec install-data`.
Check if compilation targets i386: `objdump -d src/asm/i386.o`. It should output
something like this: