diff options
author | Steven Knight <knight@baldmt.com> | 2004-03-16 00:56:26 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-03-16 00:56:26 (GMT) |
commit | 215d8f4f216c25b49188bfd5b385b03d0a4b3f38 (patch) | |
tree | 5d86726ecf4cfa6fe5271af455da50fd26e7e542 /README | |
parent | 7f0857e23182eb4fba10dc65216c65dbe7ee13da (diff) | |
download | SCons-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-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |