Minor build optimizations
[build-cgdb.git] / README.txt
blob0ac4a28616f12012ec066fec19caa8749b39b7c6
1 README FOR BUILD-CGDB
2 =====================
3 The build-cgdb project builds a standalone, universal cgdb executable that runs
4 on Mac OS X 10.4 or later.
6 In addition, it creates a convenient installer to install the
7 /usr/local/bin/cgdb executable, the /usr/local/share/man/man1/cgdb.1 man page,
8 the /usr/local/share/info/cgdb.info info file and the
9 /usr/local/share/cgdb/cgdb.txt files.
11 The resulting installer is compatible with Mac OS X 10.4 and later.
13 --------
14 Building
15 --------
16 Simply run the build script and all necessary files will be downloaded and then
17 cgdb will be built and a cgdb.dmg disk image created containing the cgdb
18 installer.
20 ------------
21 Requirements
22 ------------
23 In order to build the installer, fakeroot must be installed.  A compatible
24 version of fakeroot can be installed from the github
25 http://mackyle.github.com/fakeroot site.
27 In order to build, the Mac OS X 10.4u SDK is required as well as the developer
28 tools (with gcc version 4.0) and building requires Mac OS X 10.4 or later.