Changes between Version 41 and Version 42 of BuildBot


Ignore:
Timestamp:
Apr 10, 2012 1:40:06 PM (12 years ago)
Author:
rniwa@webkit.org
Comment:

Update non-cygwin Windows instruction

Legend:

Unmodified
Added
Removed
Modified
  • BuildBot

    v41 v42  
    6363 1. Add Python directory on the system {{{PATH}}} variable (Control Panel -> System -> Advanced - > Environment Variables)
    6464 1. Add {{{.PY}}} to the system {{{PATHEXT}}} variable.
    65  1. Install [http://pypi.python.org/packages/2.6/s/setuptools/ setuptools] (This makes it easy to install twisted).
    6665 1. Download [http://sourceforge.net/projects/pywin32/ pywin32], unzip it and run `setup install` in the unzipped folder.
     66 1. Install [http://pypi.python.org/packages/2.6/s/setuptools/ setuptools]. If the installer fails due to not being able to find a registory entry, see http://selfsolved.com/problems/setuptools-06c11-fails-to-instal.
    6767 1. Run `easy_install twisted`.
    6868 1. Download [http://code.google.com/p/buildbot/ buildbot-slave zip file], unzip it and run `setup install` in the unzipped folder.