Marie Curie Action

AutoSCons

What is AutoSCons?

AutoSCons is a set of tools built upon SCons which simplify the setup phase of C++ projects. Most all needed operations including installation of include and share files are handled automatically by the system after an initial setup.

The system includes a centralized list of known configurations for different software libraries which enables the easy addition a new library into the project.

For examples on how to use AutoSCons, please refer to the ARISER subversion repository.

Installing AutoSCons

Installing is simple, just write

% su
% ./setup install

Downloading AutoSCons

svn co https://ariser.uio.no/svn/ivs/autoscons

Uninstalling AutoSCons

Ugly, but try:

rm -rf /usr/lib/python2.4/site-packages/autoscons

How does it work?

It uses magic;)