summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-03-16 00:56:26 (GMT)
committerSteven Knight <knight@baldmt.com>2004-03-16 00:56:26 (GMT)
commit215d8f4f216c25b49188bfd5b385b03d0a4b3f38 (patch)
tree5d86726ecf4cfa6fe5271af455da50fd26e7e542 /README
parent7f0857e23182eb4fba10dc65216c65dbe7ee13da (diff)
downloadSCons-215d8f4f216c25b49188bfd5b385b03d0a4b3f38.zip
SCons-215d8f4f216c25b49188bfd5b385b03d0a4b3f38.tar.gz
SCons-215d8f4f216c25b49188bfd5b385b03d0a4b3f38.tar.bz2
Support passing arbitrary environment override keywords to Command().
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index f5325f1..c9b464e 100644
--- a/README
+++ b/README
@@ -97,7 +97,7 @@ system, populate the build/scons/ directory by running:
$ scons build/scons
-If you don't have SCons version 0.11 or later already installed on your
+If you don't have SCons version 0.96 or later already installed on your
system, you can use SCons itself to populate the build/scons/ directory
with a little more typing:
@@ -203,13 +203,13 @@ PACKAGES" section below.
BUILDING PACKAGES
=================
-We use SCons (version 0.11 or later) to build its own packages. If you
+We use SCons (version 0.96 or later) to build its own packages. If you
already have an appropriate version of SCons installed on your system,
you can build everything by simply running it:
$ scons
-If you don't have SCons version 0.11 or later already installed on your
+If you don't have SCons version 0.96 or later already installed on your
system, you can build this version of SCons with itself with a little
more typing: