@@ -10,48 +10,52 @@ RhodeCode step-by-step install Guide for
Target OS: Windows XP SP3 32bit English (Clean installation)
+ All Windows Updates until 24-may-2012
.. note::
This installation is for 32bit systems, for 64bit windows you might need
to download proper 64bit version of "Windows Installer" and Win32py
extensions
Step1 - Install Visual Studio 2008 Express
------------------------------------------
Optional: You can also install MingW, but VS2008 installation is easier
Download "Visual C++ 2008 Express Edition with SP1" from:
http://www.microsoft.com/visualstudio/en-us/products/2008-editions/express
(if not found or relocated, google for "visual studio 2008 express" for
updated link)
You can also download full ISO file for offline installation, just
choose "All - Offline Install ISO image file" in the previous page and
choose "Visual C++ 2008 Express" when installing.
Using other versions of Visual Studio will lead to random crashes.
You must use Visual Studio 2008!"
Silverlight Runtime and SQL Server 2008 Express Edition are not
required, you can uncheck them
Step2 - Install Python
----------------------
Install Python 2.x.y (x >= 5) x86 version (32bit). DO NOT USE A 3.x version.
Download Python 2.x.y from:
http://www.python.org/download/
Choose "Windows Installer" (32bit version) not "Windows X86-64
Installer". While writing this guide, the latest version was v2.7.3.
Remember the specific major and minor version installed, because it will
be needed in the next step. In this case, it is "2.7".
Step3 - Install Win32py extensions
----------------------------------
Download pywin32 from:
Status change: