From 2ae8e1f8a3b2ac5edefc32b5d8279805847cc2f0 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 14 Aug 2015 16:51:34 +0100 Subject: [PATCH] readme update --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6a2dee..2c74d61 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ OctaBuild is a simple build system primarily intended to handle building of OctaForge binary modules. It can also be used standalone. It consists of a library and an executable -that is basically a frontend for the library. +that is basically a frontend for the library. [not yet done] -It's similar in philosophy to tools such as Make. \ No newline at end of file +It's similar in philosophy to tools such as Make. + +It needs libcubescript to function, which you can fetch at +https://git.octaforge.org/tools/libcubescript.git/ or at +https://github.com/OctaForge/libcubescript.