diff options
Diffstat (limited to 'development/scons/README')
-rw-r--r-- | development/scons/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/scons/README b/development/scons/README new file mode 100644 index 0000000000..01d40aef21 --- /dev/null +++ b/development/scons/README @@ -0,0 +1,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. |