Difference between revisions of "Scons"
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
Contents
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