blob: 2069106f3b55915accd9f99709afaa51955b3dd5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# C-ALT
A C library that is to implement extend and be an alternative to the C stdard library.
## Note: This is alpha quality software
## Build Instructions
Requirements:
- [Meson](https://mesonbuild.com)
- [Ninja](https://ninja-build.org/)
- A C compiler which supports C11 or higher.
To Build:
```sh
meson build
ninja -C build
```
|