From 1d629080a5d3819052d47ad266603ad964798f30 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 14 Apr 2024 23:43:33 +0200 Subject: Add build instructions --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- cgit v1.2.3