aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-14 23:43:33 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-14 23:43:33 +0200
commit1d629080a5d3819052d47ad266603ad964798f30 (patch)
tree3a725b3ece151393c968077e4ef60189ee79a8e0
parent23ebf52d041fffc89b92204bb8c4f882d049631b (diff)
Add build instructions
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index 709d09c..3c81cdc 100644
--- a/README
+++ b/README
@@ -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