diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-14 23:43:33 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-14 23:43:33 +0200 |
commit | 1d629080a5d3819052d47ad266603ad964798f30 (patch) | |
tree | 3a725b3ece151393c968077e4ef60189ee79a8e0 /README | |
parent | 23ebf52d041fffc89b92204bb8c4f882d049631b (diff) |
Add build instructions
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -21,6 +21,18 @@ The headers as of now are: • unicode/prop.h — unicode character properties • unicode/string.h — unicode string functions +BUILD INSTRUCTIONS: + + To build Mlib you need to have a C23 conforming C compiler. Simply + bootstrap the build system and run it: + + $ cc -o make make.c + $ ./make + + To build with optimizations enabled, use the -r flag: + + $ ./make -r + DISCLAIMER: This library is developed for use by me (the author). You are free to use |