The OctaForge build system
 
 
 
Go to file
Daniel Kolesa deb4cdbf2a add example 2015-08-15 01:21:20 +01:00
example add example 2015-08-15 01:21:20 +01:00
COPYING.md initial commit 2015-07-29 00:51:47 +01:00
README.md readme update 2015-08-14 16:51:34 +01:00
main.cc add initial version of octabuild 2015-08-14 02:54:00 +01:00

README.md

octabuild

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. [not yet done]

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.