diff options
author | Andrzej Telszewski <atelszewski@gmail.com> | 2010-12-12 13:14:10 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-12 13:14:10 -0600 |
commit | e9b94e4736e7eecff09c93990144245d98d412ae (patch) | |
tree | 5d309013b28e3603bdb4db05c88c2b3287e2b3ed /development/scons/README | |
parent | 2f5a7e368dab428c0831748373468649e0b2b484 (diff) |
development/scons: Updated for version 2.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/scons/README')
-rw-r--r-- | development/scons/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/development/scons/README b/development/scons/README index 01d40aef2109..3e749f85287d 100644 --- a/development/scons/README +++ b/development/scons/README @@ -3,6 +3,3 @@ 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. |