X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Readme.txt;fp=Readme.txt;h=c0004ad9ad4f866fd350acb8c860a4ab0059a1ab;hb=0d80cabf649b931b26e7055385156c75a7385d35;hp=0000000000000000000000000000000000000000;hpb=97001ddfa2463e6a3526eff772962acdad45f995;p=builder.git diff --git a/Readme.txt b/Readme.txt new file mode 100644 index 0000000..c0004ad --- /dev/null +++ b/Readme.txt @@ -0,0 +1,27 @@ +Builder +Copyright © 2006 Mikko Rasa, Mikkosoft Productions +Version 0.1 + + +Builder is a program for building other programs, similar to make, scons and +others. It is specifically designed to suit my needs, with the goal of +minimizing the amount of per-package configuration. + + +* Building Builder + +Builder is normally built using itself. However, if you just downloaded the +source and don't yet have a Builder binary, how is that possible? To resolve +this problem, there's a script called bootstrap.sh in the Builder main +directory. Before running it, make sure you have the following libraries +available: + +MSP libraries: misc core parser path regex++ getopt++ + +Others: sigc++-2.0 + +Since the MSP libraries are also normally built with Builder, the script will +need to have their sources available. By default, it will look at ../libs. +You can change this by setting the LIBPATH evironment variable for the script. +If everything goes well, you should have a builder-stage1 binary that you can +use to build a normal version of Builder.