mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-27 11:14:42 -05:00
Improve README
This commit is contained in:
parent
289b888060
commit
70720e91be
1 changed files with 2 additions and 3 deletions
|
@ -31,9 +31,8 @@ Configure with cross-compiler in `$PATH` to make without it in `$PATH`:
|
|||
To install into specific directory use full path:
|
||||
`DESTDIR="$(pwd)/dest" make install` instead of `DESTDIR=dest make install`.
|
||||
|
||||
Check if compilation targets i386: `objdump -d src/arch/i386.o`.
|
||||
|
||||
It should output something like this:
|
||||
Check if compilation targets i386: `objdump -d src/arch/i386.o`. It should
|
||||
output something like this:
|
||||
|
||||
```
|
||||
src/arch/i386.o: file format elf32-i386
|
||||
|
|
Loading…
Reference in a new issue