ReferencePlatforms/BuildBot/MacOSX: Difference between revisions
Jump to navigation
Jump to search
ChrisCooper (talk | contribs) No edit summary |
ChrisCooper (talk | contribs) |
||
Line 21: | Line 21: | ||
bm-xserve10:~ cltbld$ buildbot --version | bm-xserve10:~ cltbld$ buildbot --version | ||
Buildbot version: 0.7.5 | Buildbot version: 0.7.5 | ||
Twisted version: 2. | Twisted version: 2.4.0 |
Revision as of 22:27, 11 April 2007
Buildbot Reference Install Instructions - MacOSX
Starting point is the MacOSX Reference Platform.
Install Python 2.5
mkdir -p /tools/dist cd /tools/dist wget http://www.python.org/ftp/python/2.5/Python-2.5.tar.bz2 tar jxvf Python-2.5.tar.bz2 cd Python-2.5 ./configure --prefix=/tools/python make make test make install
Follow Linux install instructions
Once python 2.5 is installed, simply follow the Linux install instructions.
You should then be able to execute the following:
bm-xserve10:~ cltbld$ buildbot --version Buildbot version: 0.7.5 Twisted version: 2.4.0