aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index fe31e5b..11d1003 100644
--- a/README
+++ b/README
@@ -3,6 +3,10 @@ bl-compiler
Written as A-Level project, compiler toolchain for the bl-language.
Build requirements:
-- CMake 3.x
-- C++ 17 compatablie compiler (eg. gcc)
-- Make
+- C++ 17 compatablie compiler (e.g. g++, clang)
+- make
+
+Build Instructions:
+mkdir build && cd build
+../configure
+make