SCons SCons

SCons - Definition and Overview

SCons is an improved, cross-platform build system which is implemented using Python, which integrates some features of Automake/Autoconf. Its strength is that the 'makefiles' (which are generically called "SConscript" files; the top-level one is named "SConstruct") can use all the features of the Python programming language.

It is based on Cons. The current version is SCons 0.96.1, released August 23rd, 2004.

A sample SConscript file

Program('main.c')

When the user runs the 'scons' command, scons will build a 'main' executable (on Linux) or 'main.exe' (on Windows).

External links

The SCons webpage (http://www.scons.org/)

Example Usage of SCons

ti_bo: RT @KeefFan: @ti_bo i say SCON too. anyone who says scone deserves to be liquidated. // Haha! Strike up a debate on twitter, mention SCons!
Steenlund: is trying to get SCons to work on Amiga OS4
carolineRAWR5: omg kim calm down and just eat the fucking SCons! #imaceleb
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.