Description
Builds software projects from Python-based instructions instead of traditional Makefiles. Developers use it to compile code, generate files, run build steps, and keep complex project builds reproducible.
It is a terminal build tool, mostly useful inside source trees that already include SCons configuration files. Build scripts can execute commands and write files, so inspect unfamiliar projects before running them.