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. This gives you a tremendous amount of flexibility to solve complicated build problems in surprisingly small amounts of 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

What is the goal of this project?

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