Changes between Version 23 and Version 24 of BuildBot
- Timestamp:
- Jan 7, 2011, 10:26:52 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildBot
v23 v24 42 42 1. Add Python directory on the system {{{PATH}}} variable (Control Panel -> System -> Advanced - > Environment Variables) 43 43 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. 45 47 46 48 === GTK requirements ===