tlibc/README.md

18 lines
344 B
Markdown

# tlibc
C library with collections, strings, exceptions, io...
## Build
1. Clone the repository.
```
git clone https://timerix.ddns.net/git/Timerix/tlibc.git
```
2. Install [cbuild](https://timerix.ddns.net/git/Timerix/cbuild.git).
3. Build static library
```
cd tlibtoml
cbuild build_static_lib_dbg
```
## Usage