Changes

Jump to navigation Jump to search
= Build relax =
Open the '''WinPython Command Prompt''' <br>
Navigate to the SVN checked out relax folder.<br>First we need to run the variable setup '''vcvarsall.bat''' for Microsoft Visual Studio 11.0, before we can compile.
cd C:\WinPython27\relax_disp
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall"
scons
(Scons will automatically find CL.exe, and setup compilation for 64 bit.)

Navigation menu