Changes between Version 2 and Version 3 of dev/setup/windows-builder
- Timestamp:
- Jul 3, 2012, 11:30:48 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/setup/windows-builder
v2 v3 15 15 === Install Python === 16 16 17 '''Download and install''' [http://www.python.org/getit/ Python 2.7]18 * install for all users19 * 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\` 20 20 21 21 Add the following to `~/.profile`: … … 28 28 === Install the Python setuptools === 29 29 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.30 Unfortunately 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. 31 31 * '''download and install''' [http://www.wandisco.com/subversion/download Subversion 1.6] from WANdisco 32 32 * do not install the Subversion server if you don’t have a use for it