summaryrefslogtreecommitdiff
path: root/development/scons/README
diff options
context:
space:
mode:
authorKyle Guinn <elyk03@gmail.com>2010-05-11 14:05:53 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 14:05:53 +0200
commit4521da10816ef243a80db8748aebb82b9d3e1480 (patch)
tree1a8eb084b14ea046148326dbcc5e1f86dde8990b /development/scons/README
parent6c78afdd0876295fe428e392adf7e9eb9d741b42 (diff)
downloadslackbuilds-4521da10816ef243a80db8748aebb82b9d3e1480.tar.gz
development/scons: Initial import
Diffstat (limited to 'development/scons/README')
-rw-r--r--development/scons/README8
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.