mirror of
https://github.com/tailix/libkernaux.git
synced 2025-02-24 15:55:41 -05:00
Update tips in README.md
This commit is contained in:
parent
d3949991ed
commit
48a4c1b42c
1 changed files with 16 additions and 7 deletions
23
README.md
23
README.md
|
@ -13,8 +13,9 @@ Table of contents
|
||||||
* [Overview](#libkernaux)
|
* [Overview](#libkernaux)
|
||||||
* [Table of contents](#table-of-contents)
|
* [Table of contents](#table-of-contents)
|
||||||
* [API](#api)
|
* [API](#api)
|
||||||
* [Compilation](#compilation)
|
* [Tips](#tips)
|
||||||
* [Native](#native)
|
* [Installation](#installation)
|
||||||
|
* [Development](#development)
|
||||||
* [Cross](#cross)
|
* [Cross](#cross)
|
||||||
* [Portability](#portability)
|
* [Portability](#portability)
|
||||||
* [Discussion](#discussion)
|
* [Discussion](#discussion)
|
||||||
|
@ -54,10 +55,10 @@ API
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Compilation
|
Tips
|
||||||
-----------
|
----
|
||||||
|
|
||||||
### Native
|
### Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
@ -66,11 +67,19 @@ make
|
||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
You can test with `make check`.
|
|
||||||
|
|
||||||
This is just a usual library. You can use most of it's APIs in hosted
|
This is just a usual library. You can use most of it's APIs in hosted
|
||||||
environment.
|
environment.
|
||||||
|
|
||||||
|
### Development
|
||||||
|
|
||||||
|
```
|
||||||
|
./autogen.sh
|
||||||
|
./configure --enable-assert --enable-null-guard
|
||||||
|
make
|
||||||
|
```
|
||||||
|
|
||||||
|
You can test with `make check`.
|
||||||
|
|
||||||
### Cross
|
### Cross
|
||||||
|
|
||||||
Create configuration script with `./autogen.sh`.
|
Create configuration script with `./autogen.sh`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue