<<  May 2012  >>
 Sun  Mon  Tue  Wed  Thu  Fri  Sat 
    1  2  3  4  5
  6  7  8  9101112
13141516171819
20212223242526
27283031  

Sponsors

Microsoft


TechWell

We have 2774 guests and 3 members online

Home Resources Tools Build Management SCons: a Software Construction tool

SCons: a Software Construction tool

Address
Steven Knight knight@baldmt.com
SCons is a software construction tool (build tool, or make tool) based on the winning design in the Software Carpentry build tool competition. SCons is implemented in Python, allowing use of the full power of a real scripting language to solve cross-platform build issues. SCons features superior parallel build (-j) support, automatic dependency scanning, easy extensibility, and reliable detection of changes using file signatures.