canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
ChrisCooper (talk | contribs) 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]]. | ||
== 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 == | ||