diff options
author | Steven Knight <knight@baldmt.com> | 2006-02-11 23:41:34 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2006-02-11 23:41:34 (GMT) |
commit | f765c4f0b96acade043c35356392077d0b752d71 (patch) | |
tree | d4859eb36b0b782ed219b18d33649871e771e4d7 /README | |
parent | e74b9f5c157debd627779d45833348cb16fd7b72 (diff) | |
download | SCons-f765c4f0b96acade043c35356392077d0b752d71.zip SCons-f765c4f0b96acade043c35356392077d0b752d71.tar.gz SCons-f765c4f0b96acade043c35356392077d0b752d71.tar.bz2 |
On Windows, fix the line endings of the files unpacked in the build\{test-local-zip,test-zip} hierarchies; fix command lines in the README file to more accurately reflect exported variables. (Baptiste Lepilleur) Separate the entries in the CHANGES.txt and RELEASE.txt files into the individual changes for the 0.96{1,90,91} releases.
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -247,10 +247,16 @@ you can build everything by simply running it: $ scons 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: +system, you can build this version of SCons with itself with a little more +typing. On UNIX or Linux (using sh or a derivative like bash or ksh): - $ SCONS_LIB_DIR=`pwd`/src/engine python src/script/scons.py + $ export SCONS_LIB_DIR=`pwd`/src/engine + $ python src/script/scons.py + +On Windows: + + C:\scons\>set SCONS_LIB_DIR=%cd%\src\engine + C:\scons\>python src/script/scons.py Depending on the utilities installed on your system, any or all of the following packages will be built: |