SCons is a next-generation, cross-platform, build tool. Think of SCons as an improved substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache.

Unlike build tools that invent their own mini-language or wedge a scripting language onto some other configuration file syntax, SCons configuration files are actually Python scripts. The ability to script your build gives you a tremendous amount of flexibility to solve complicated build problems in surprisingly small amounts of maintainable code.

In short, SCons is an easier, more flexible and more reliable way to build software.

-----

Until your project is approved, only you can view it and work on it.

Mission

The goal of The SCons Project is to become the premiere build tool for cross-platform, multi-language software projects by offering unparalleled reliability, flexibility and ease of use.

What is the scope of this project?

For example:

What are high-level features you are sure to build?

What are the high-level assumptions or ground rules for the project?

For example:

Related resources