ReferencePlatforms/BuildBot: Difference between revisions

Line 28: Line 28:
  python setup.py install --prefix=/tools/twisted-core-2.4.0
  python setup.py install --prefix=/tools/twisted-core-2.4.0
  pushd /tools/; ln -s twisted-core-2.4.0/ twisted-core; popd
  pushd /tools/; ln -s twisted-core-2.4.0/ twisted-core; popd
  export PYTHONPATH="/tools/twisted-core/lib/python2.4/site-packages:$PYTHONPATH"
  export PYTHONPATH="/tools/twisted-core/lib/python2.5/site-packages:$PYTHONPATH"
  cd /tools/dist/Twisted-2.4.0/
  cd /tools/dist/Twisted-2.4.0/
  python setup.py install --prefix=/tools/twisted-2.4.0
  python setup.py install --prefix=/tools/twisted-2.4.0
  cd /tools; ln -s twisted-2.4.0 twisted
  cd /tools; ln -s twisted-2.4.0 twisted
  export PYTHONPATH="/tools/twisted/lib/python2.4/site-packages/:$PYTHONPATH"
  export PYTHONPATH="/tools/twisted/lib/python2.5/site-packages/:$PYTHONPATH"


== Installing BuildBot ==
== Installing BuildBot ==
canmove, Confirmed users
2,850

edits