Changes between Version 22 and Version 23 of BuildBot
- Timestamp:
- Jan 7, 2011, 10:23:38 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildBot
v22 v23 36 36 }}} 37 37 38 === Non-cygwin Win Requirements === 39 40 1. Install [http://strawberryperl.com/ Strawberry Perl] 41 1. Install [http://python.org/download/ Python] 42 1. Add Python directory on the system {{{PATH}}} variable (Control Panel -> System -> Advanced - > Environment Variables) 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. 38 45 39 46 === GTK requirements === … … 50 57 51 58 1. See [http://trac.webkit.org/wiki/Chromium Chromium] 52 1. Install [http://strawberryperl.com/ Strawberry Perl]53 1. Install [http://python.org/download/ Python]54 1. Add Python directory on the system {{{PATH}}} variable (Control Panel -> System -> Advanced - > Environment Variables)55 1. Add {{{.PY}}} to the system {{{PATHEXT}}} variable.56 1. Install [http://pypi.python.org/packages/2.6/s/setuptools/ setuptools]. You can't easily install buildslave without it.57 59 58 60 === Configuring a Build Slave ===