ReferencePlatforms/Test/Mac: Difference between revisions

Line 21: Line 21:
# Download [http://www.pythonmac.org/packages/py24-fat/dmg/python-2.4.4-macosx2006-10-18.dmg MacPython 2.4.4]
# Download [http://www.pythonmac.org/packages/py24-fat/dmg/python-2.4.4-macosx2006-10-18.dmg MacPython 2.4.4]
# Mount the DMG and run the installer
# Mount the DMG and run the installer
# You must log out and log back in to make sure Python 2.4.4 is used for the next steps.
=== Install Twisted and Zope-Interface===
=== Install Twisted and Zope-Interface===
  wget http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/Twisted-2.4.0.tar.bz2
  wget http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/Twisted-2.4.0.tar.bz2
Line 45: Line 43:
== Talos Setup ==
== Talos Setup ==
=== Install PyYAML ===
=== Install PyYAML ===
  wget http://pyyaml.org/download/pyyaml/PyYAML-3.05.tar.gz > pyyaml.tar.gz
  curl http://pyyaml.org/download/pyyaml/PyYAML-3.05.tar.gz > pyyaml.tar.gz
  tar -zvxf pyyaml.tar.gz
  tar -zvxf pyyaml.tar.gz
  cd PyYAML-3.05
  cd PyYAML-3.05
  python setup.py build
  python setup.py build
  sudo python setup.py install
  sudo python setup.py install
=== Install Talos ===
=== Install Talos ===
  ocvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -d talos mozilla/testing/performance/talos
  ocvs -d:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -d talos mozilla/testing/performance/talos
canmove, Confirmed users
6,439

edits