Changes

Jump to navigation Jump to search

Scons

1,069 bytes added, 15:31, 15 October 2015
Added an intro sentence.
This describes how to use the [http://www.scons.org/ scons build system] to build various components of relax, from C modules to the full documentation.
 
 
== When to issue "scons" ? After each update in repository? ==
== clean/remove compilation ==
scons clean_all
del C:\WinPython27\relax_disp_32\target_functions\relax_fit.pyd
scons clean_all
 
== vcvars ==
Variable setup [http://msdn.microsoft.com/en-us/library/f2ccy3wt(v=vs.110).aspx vcvars32.bat] or [http://msdn.microsoft.com/en-us/library/x4d2c09s.aspx vcvarsall.bat x86] for Microsoft Visual Studio 11.0, before we can compile.
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\vcvars32.bat"
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat"
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" x86
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" x86_amd64
echo %PROCESSOR_ARCHITECTURE%
set PROCESSOR_ARCHITECTURE=x86
echo %PROCESSOR_ARCHITECTURE%
scons
 
== Construction Variables ==
[http://www.scons.org/doc/1.2.0/HTML/scons-user/a4774.html link to Construction Variables]
[[Category:Python]]
[[Category:Scons]]
[[Category:Software]]
Trusted, Bureaucrats
4,223

edits

Navigation menu