master
Daniel Kolesa 2015-08-19 19:43:35 -07:00
parent 2bc96d03e1
commit dd8c6fe17a
1 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
# octabuild # octabuild
OctaBuild is a simple build system primarily intended to handle building of OctaBuild is a simple build system inspired by Make, but using the Cubescript
OctaForge binary modules. language to write build definitions and not depending on a shell to function.
It'll also feature things such as automatic dependency tracking and a large
utility library abstracting away platform differences.
It can also be used standalone. It consists of a library and an executable It can be used standalone at this point. Once everything is more done, a library
that is basically a frontend for the library. [not yet done] form will be introduced.
It's similar in philosophy to tools such as Make.
It needs libcubescript to function, which you can fetch at It needs libcubescript to function, which you can fetch at
https://git.octaforge.org/tools/libcubescript.git/ or at https://git.octaforge.org/tools/libcubescript.git/ or at