From http://www.microsoft.com/visualstudio/eng/downloads, download and install: [http://go.microsoft.com/?linkid=9810223 Visual Studio Professional 2012 90-day trial].<br>
Skip all extra packages install. After install, just exit any program, which opened after install.
== Bugfix scons for 32bit building - ONLY do this if you have winpython 32 bit. ==
Due to a bug, versions of scons '''<=2.3''' should alter a line in:<br>
'''C:\WinPython27\WinPython-32bit-2.7.4.1\python-2.7.4\Lib\site-packages\scons-2.3.0\SCons\Tool\MSCommonvc.py'''
Line '''364''':
if not req_target_platform and target_platform in ('amd64','x86_64'):
Should be:
if target_platform in ('amd64','x86_64'):
= Install Subversion checkout of relax =