Welcome to the SCons contrib repo. The real purpose of this tree is to provide a place for contributed builders and other useful logic. Previously many such files were posted to the wiki but that's not very functional.
Please create a directory per contribution. We may re-organize if it becomes obvious that doing so would make it easier for users to find useful logic.
For installing via pip
, you have to say
pip install sconscontrib
Your other option is to clone the repository https://bitbucket.org/scons/scons-contrib
, change into its
top-level folder, get root and then run the command
python setup.py install
The SCons contrib package requires you to have
- scons
installed.
- Implement more commands/builders/tools.