Difference between revisions of "Scons"

From relax wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
== clean/remove compilation ==
 
== clean/remove compilation ==
 
  scons clean_all
 
  scons clean_all
 +
 +
== Construction Variables ==
 +
[http://www.scons.org/doc/1.2.0/HTML/scons-user/a4774.html link to Construction Variables]
  
 
[[Category:Scons]]
 
[[Category:Scons]]

Revision as of 09:49, 20 June 2013

When to issue "scons" ? After each update in repository?

This is only necessary if the C files change, or if your Python version changes (for example you switch from Python 2 to Python 3).

This has not happened for a long time and will probably not occur in the lifetime of the relax_disp branch.

User manual

scons user_manual_pdf

clean/remove compilation

scons clean_all

Construction Variables

link to Construction Variables