diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,8 +7,11 @@ A C library that is to implement extend and be an alternative to the C stdard li ## Build Instructions Requirements: + - [Meson](https://mesonbuild.com) + - [Ninja](https://ninja-build.org/) + - A C compiler which supports C11 or higher. To Build: |