mirror of
https://github.com/tailix/libkernaux.git
synced 2025-09-04 22:48:08 -04:00
Add DESTDIR tip to README
This commit is contained in:
parent
0a6207c254
commit
5ac7651c06
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ Configure with cross-compiler in `$PATH` to make without it in `$PATH`:
|
||||||
CFLAGS='-ffreestanding -nostdinc -nostdlib -fno-builtin -fno-stack-protector -Wall -Wextra'
|
CFLAGS='-ffreestanding -nostdinc -nostdlib -fno-builtin -fno-stack-protector -Wall -Wextra'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
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`.
|
Check if compilation targets i386: `objdump -d src/arch/i386.o`.
|
||||||
|
|
||||||
It should output something like this:
|
It should output something like this:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue