|
Project Information
Links
|
SConspiracy is a set of scripts to configure SCons and dedicated to the C++ world. SCons is an Open Source software construction tool. SCons is a replacement of the "make" command providing a set of enhanced features such as automated dependencies generation and built-in compilation cache support. SCons rule sets are Python scripts so as well as the features it provides itself SCons allows you to use the full power of Python to control compilation. SConspiracy integrates default configuration for GNU C++ compiler and other compilers, standard options for traditional C++ libraries (boost, wxWidgets, ...), cppUnit environment for unit tests and other cool stuffs to optimize your C++ building environment. YAMS rule sets are Python scripts and works on GNU Linux (>=2.6), Windows (>=2000) and Mac OS X (>=10.5). SConspiracy is a fully redesigned version of Yams++. The Yams++ name has been leaved because of existants projects with too close names. An example of project using SConspiracy is available on Google Code : fw4spl A QuickStart guide is available in the wiki section. |