Changes between Version 23 and Version 24 of BuildBot


Ignore:
Timestamp:
Jan 7, 2011, 10:26:52 AM (14 years ago)
Author:
Dimitri Glazkov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildBot

    v23 v24  
    4242 1. Add Python directory on the system {{{PATH}}} variable (Control Panel -> System -> Advanced - > Environment Variables)
    4343 1. Add {{{.PY}}} to the system {{{PATHEXT}}} variable.
    44  1. Download [http://code.google.com/p/buildbot/ buildbot-slave zip file], unzip it and run <code>setup install</code> in the unzipped folder.
     44 1. Install [http://pypi.python.org/packages/2.6/s/setuptools/ setuptools] (This makes it easy to install twisted).
     45 1. Run `easy_install twisted`.
     46 1. Download [http://code.google.com/p/buildbot/ buildbot-slave zip file], unzip it and run `setup install` in the unzipped folder.
    4547
    4648=== GTK requirements ===