mirror of
https://github.com/tailix/libkernaux.git
synced 2025-02-17 15:45:32 -05:00
Main: README.md: improve
This commit is contained in:
parent
74ba5e1827
commit
8db18d3fee
1 changed files with 3 additions and 3 deletions
|
@ -130,7 +130,7 @@ Tips
|
|||
### Installation
|
||||
|
||||
```
|
||||
./autogen.sh
|
||||
./autogen.sh # if present
|
||||
./configure
|
||||
make
|
||||
sudo make install
|
||||
|
@ -142,7 +142,7 @@ environment.
|
|||
### Development
|
||||
|
||||
```
|
||||
./autogen.sh
|
||||
./autogen.sh # if present
|
||||
./configure --enable-tests # or --enable-tests-all, but see prerequisites
|
||||
make
|
||||
```
|
||||
|
@ -151,7 +151,7 @@ You can test with `make check`.
|
|||
|
||||
### Cross
|
||||
|
||||
Create configuration script with `./autogen.sh`.
|
||||
Create configuration script with `./autogen.sh` (if present).
|
||||
|
||||
Let's assume that your target triplet is `i386-elf`. Configure with
|
||||
[cross-compiler](https://wiki.osdev.org/GCC_Cross-Compiler) in `$PATH` to make
|
||||
|
|
Loading…
Add table
Reference in a new issue