ReferencePlatforms/BuildBot/MacOSX: Difference between revisions

no edit summary
No edit summary
Line 2: Line 2:


Starting point is the [[ReferencePlatforms/Mac|MacOSX Reference Platform]].
Starting point is the [[ReferencePlatforms/Mac|MacOSX Reference Platform]].
NOTE: Python 2.3.5 (#1, Aug 19 2006, 21:31:42)
 
== 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


== Download Twisted sources ==
== Download Twisted sources ==
canmove, Confirmed users
2,850

edits