Changes between Version 2 and Version 3 of dev/setup/windows-builder


Ignore:
Timestamp:
Jul 3, 2012, 11:30:48 PM (11 years ago)
Author:
sam
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • dev/setup/windows-builder

    v2 v3  
    1515=== Install Python ===
    1616
    17 '''Download and install''' [http://www.python.org/getit/ Python 2.7]
    18  * install for all users
    19  * choose a better installation directory, such as `c:\Program Files\Python27\`
     17 * '''Download and install''' [http://www.python.org/getit/ Python 2.7]
     18   * install for all users
     19   * choose a better installation directory, such as `c:\Program Files\Python27\`
    2020
    2121Add the following to `~/.profile`:
     
    2828=== Install the Python setuptools ===
    2929
    30 Unfortunately Python’s `easy_setup` does not work with SVN 1.7.5, and previous SVN versions have a bug that cause our build scripts to fail. So we need to first install an older SVN version.
     30Unfortunately Python’s `easy_setup` does not work with SVN 1.7.5, and previous SVN versions have a bug that causes our build scripts to fail. So we need to first install an older SVN version.
    3131 * '''download and install''' [http://www.wandisco.com/subversion/download Subversion 1.6] from WANdisco
    3232   * do not install the Subversion server if you don’t have a use for it