diff options
author | Steven Knight <knight@baldmt.com> | 2002-03-16 04:38:43 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-03-16 04:38:43 (GMT) |
commit | 0bfa6712f6b0ba40f7df806ec35a40fa056f026f (patch) | |
tree | 821e70780eb384562d222a2e8cbfe8f4e78a430d /README | |
parent | d274d685b3fae62354a7c3deb0622e2edd81b0c7 (diff) | |
download | SCons-0bfa6712f6b0ba40f7df806ec35a40fa056f026f.zip SCons-0bfa6712f6b0ba40f7df806ec35a40fa056f026f.tar.gz SCons-0bfa6712f6b0ba40f7df806ec35a40fa056f026f.tar.bz2 |
Make FunctionAction arguments be Nodes, not strings. (Charles Crain)
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -55,7 +55,7 @@ system, populate the build/scons/ directory by running: $ scons build/scons -If you don't have SCons version 0.04 or later already installed on your +If you don't have SCons version 0.06 or later already installed on your system, you can use SCons itself to populate the build/scons/ directory with a little more work: @@ -124,13 +124,13 @@ the "TESTING PACKAGES" section below. BUILDING PACKAGES ================= -We now use SCons (version 0.04 or later) to build its own packages. +We now use SCons (version 0.06 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.04 or later already installed on your +If you don't have SCons version 0.06 or later already installed on your system, you can build this version of SCons with itself with a little more work: |