We have moved to Gitorious. You can find our new project home at https://gitorious.org/buildgen.
BuildGen is a cross-platform build script generator. It reads simple configuration files and creates an output such and an IDE project or a Makefile.
A complete tutorial is available under Documentation. The basic building of a project is as follows.
1 2 3 4 5 6 | #! /bin/bash mkdir build # Create a build directory cd build # Move into the build directory gen ${pathtosrc} # Generate the build scripts make # or whatever generator is default |
Documentation is available on the wiki. Please feel free to add and make corrections. If you feel something is incorrect but are not sure please ask. You might be right.
[UserDocs] for those using BuildGen.
[DevDocs] for those writing BuildGen, libraries or generators.
My favorite question :)
[HowToHelp]
Yes, but differently. If you want to know why BuildGen is created and about some of the differences you might want to read [WhyBuildGen]
Wiki: DevDocs
Wiki: HowToHelp
Wiki: UserDocs
Wiki: WhyBuildGen
Anonymous