1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-02-17 15:45:32 -05:00

Update tips in README.md

This commit is contained in:
Alex Kotov 2021-12-16 13:14:39 +05:00
parent d3949991ed
commit 48a4c1b42c
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -13,8 +13,9 @@ Table of contents
* [Overview](#libkernaux)
* [Table of contents](#table-of-contents)
* [API](#api)
* [Compilation](#compilation)
* [Native](#native)
* [Tips](#tips)
* [Installation](#installation)
* [Development](#development)
* [Cross](#cross)
* [Portability](#portability)
* [Discussion](#discussion)
@ -54,10 +55,10 @@ API
Compilation
-----------
Tips
----
### Native
### Installation
```
./autogen.sh
@ -66,11 +67,19 @@ make
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
environment.
### Development
```
./autogen.sh
./configure --enable-assert --enable-null-guard
make
```
You can test with `make check`.
### Cross
Create configuration script with `./autogen.sh`.