Gomtuu Build System
GBS is a simple build system which I use for building the Software Sets for my Gomtuu Linux project. It is however not bound to that specific project; it can be used to build other software configurations, too.
Due to GBS being a simple build system you don't need much to get it running.
The following is required:
bash
shell- GNU
make
utility - Compiler/toolchain
Optionally, you may need some utilities for retrieving the source code you
want to build. For instance, you may need wget
to fetch some
tarball from a certain location and tar
to extract the source
file.
There's also a user manual (PS PDF) describing how to setup the system and build your own source code.
Sources
Currently there's no "official" release of GBS, only the (working) version in
my Subversion repository. You can retrieve it from the following URL:
https://unimatrix.gomtuu.net/repos/gbs/trunk