Changes between Version 22 and Version 23 of BuildBot


Ignore:
Timestamp:
Jan 7, 2011 10:23:38 AM (13 years ago)
Author:
Dimitri Glazkov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildBot

    v22 v23  
    3636}}}
    3737
     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.
    3845
    3946=== GTK requirements ===
     
    5057
    5158 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.
    5759
    5860=== Configuring a Build Slave ===