Difference between revisions of "Scons"

From relax wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
== User manual ==
 
== User manual ==
 
  scons user_manual_pdf
 
  scons user_manual_pdf
 +
 +
== clean/remove compilation ==
 +
scons clean_all
  
 
[[Category:Scons]]
 
[[Category:Scons]]

Revision as of 06:45, 17 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