]> git.tdb.fi Git - builder.git/blob - Readme.txt
Make Copy generate verbose output and return errors
[builder.git] / Readme.txt
1 Builder
2 Copyright © 2006  Mikko Rasa, Mikkosoft Productions
3 Version 0.1
4
5
6 Builder is a program for building other programs, similar to make, scons and
7 others.  It is specifically designed to suit my needs, with the goal of
8 minimizing the amount of per-package configuration.
9
10
11 * Building Builder
12
13 Builder is normally built using itself.  However, if you just downloaded the
14 source and don't yet have a Builder binary, how is that possible?  To resolve
15 this problem, there's a script called bootstrap.sh in the Builder main
16 directory.  Before running it, make sure you have the following libraries
17 available:
18
19 MSP libraries: misc core parser path regex++ getopt++
20
21 Others: sigc++-2.0
22
23 Since the MSP libraries are also normally built with Builder, the script will
24 need to have their sources available.  By default, it will look at the parent
25 directory of builder.  You can change this by setting the LIBPATH evironment
26 variable for the script.  If everything goes well, you should have a
27 builder-stage1 binary that you can use to build a normal version of Builder.