summaryrefslogtreecommitdiffstats
path: root/development/scons/README
blob: 01d40aef21092d378fd44d1e049f59f182dd91e2 (plain)
1
2
3
4
5
6
7
8
SCons is an Open Source software construction tool--that is, a next-generation
build tool.  Think of SCons as an improved, cross-platform substitute for the
classic Make utility with integrated functionality similar to
autoconf/automake and compiler caches such as ccache.  In short, SCons is an
easier, more reliable and faster way to build software.

SCons consists of several Python scripts.  You will need to have Python
installed in order to use SCons.