From 4ea176f351eb94ae5990229aaa1d73a95ae62e30 Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Mon, 9 Feb 2026 11:21:56 +0000 Subject: Setup build system. Removed cmake. Added build instructions to README --- README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README') 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 -- cgit v1.2.3