Main: README.md: improve

This commit is contained in:
Alex Kotov 2022-05-24 22:12:50 +03:00 committed by GitHub
parent 74ba5e1827
commit 8db18d3fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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