Scons Program Arguments

Scons: Reading SConscript files.

README.md scons-arguments travis-ci appveyor coveralls Welcome to scons-arguments. This scons extension enables one to easily define scons command-line variables and options. It provides a concept of Argument which correlates three entities:. command line option (e.g. Scons -prefix=/usr/bin in command line),. command line variable (e.g.

The most frequently-asked frequently asked questions: Why doesn't SCons find my. Do I need to know how to program in Python to use SCons? Any argument you.

Download Scons

Scons PREFIX=/usr/bin in command line),. scons construction variable (e.g. Env'PREFIX' inside of a scons script). Arguments allow to easily define how data should flow from scons command line and operating system's environment to a scons environment (to scons construction variables). The extension also provides a number of modules with predefined command-line arguments for core SCons tools ( cc, c, link, etc.). INSTALLATION There are two methods of installation: Installation by simple copy Copy recursively SConsArguments/ to your sitescons/ directory.

Scons api-doc The generated documentation will be written to build/doc/api. Requirements for user-doc To generate user's documentation, you'll need following packages on your system:.

docbook5-xml. xsltproc. imagemagick You also must install locally the SCons docbook tool by Dirk Baechle:. scons docbook tool this is easily done by running the following bash script python bin/downloads.py scons-docbook or simply (to download all dependencies) python bin/downloads.py from the top level directory.

Requirements for api-doc To generate API documentation, you may need following packages on your system:. python-epydoc.

Scons Program ArgumentsArgumentsScons Program Arguments

python-docutils. python-pygments Note, that epydoc is no longer developed, last activities in the project are dated to 2008.

Valgrind Program Arguments

The pip epydoc package 3.0.1 is not usable with current versions of python. Fortunately Debian package is patched to work with current python. Please use the python-epydoc package installed with apt-get.