This repository contains the D tools from the SCons distribution but extended with lots of new stuff.
This is really a playground for trying out idea for extending the SCons tools.
The canonical way of installing these tools is to clone this repository and then put symbolic links to the dmd.py, ldc.py, gdc.py, and DCommon.py files of the repository in either /site_scons/site_tools for use with a single project, or ~/.scons/site_scons/site_tools for use with all your projects.
A pair of scripts are in the repository to automate the installation and un-installation to the personal SCons tools directory for use with all your projets: setup.sh and teardown.sh. Clone this repository and run setup.sh and it should do the right thing so the tools in this repository are used instead of the built-in SCons ones. Running teardown.sh should reverse this.
If this isn't working for you please put an issue in place.
Help sought.