|
|
Line 14: |
Line 14: |
| make install | | make install |
|
| |
|
| == Download Twisted sources == | | == Follow Linux install instructions == |
| http://tmrc.mit.edu/mirror/twisted/Twisted/2.5/Twisted-2.5.0.tar.bz2
| | Once python 2.5 is installed, simply follow the [[ReferencePlatforms/BuildBot|Linux install instructions]]. |
| | |
| == Unpack and build Twisted ==
| |
| mkdir -p /tools
| |
| cd /tools
| |
| tar xjf ~/Desktop/Twisted-2.5.0.tar.bz2
| |
| cd Twisted-2.5.0
| |
| cd zope.interface-3.30
| |
| sudo python setup.py install
| |
| cd ..
| |
| sudo python setup.py install
| |
| | |
| == Checkout BuildBot sources from Moz CVS ==
| |
| cd /tools
| |
| cvs -d :ext:cltbld@cvs.mozilla.org:/cvsroot co -d buildbot mozilla/tools/buildbot
| |
| | |
| == Build BuildBot ==
| |
| cd /tools/buildbot
| |
| sudo python setup.py install
| |
| | |
| == Add buildbot to $PATH ==
| |
| Edit the $PATH in your .profile to include:
| |
| /System/Library/Frameworks/Python.framework/Versions/Current/bin | |
|
| |
|
| You should then be able to execute the following: | | You should then be able to execute the following: |