ReferencePlatforms/Test/Mac: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 8: Line 8:
# Under System Preferences->Software Update, turn off automatic update checking.
# Under System Preferences->Software Update, turn off automatic update checking.
# Install the cltbld ssh key in ~/.ssh
# Install the cltbld ssh key in ~/.ssh
== BuildBot Setup ==
=== 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


=qm-pmac01=
=qm-pmac01=
314

edits