diff options
author | Steven Knight <knight@baldmt.com> | 2001-12-17 16:27:21 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-12-17 16:27:21 (GMT) |
commit | f524ceca04f12a1186e6c003281197ef77dc397c (patch) | |
tree | a0a013adf1165f9ace6e1d3121821ddb85f9f5a3 /HOWTO/release.txt | |
parent | 2c6e8c67b164bd354d5f34c4b260ef0ca6c6c473 (diff) | |
download | SCons-f524ceca04f12a1186e6c003281197ef77dc397c.zip SCons-f524ceca04f12a1186e6c003281197ef77dc397c.tar.gz SCons-f524ceca04f12a1186e6c003281197ef77dc397c.tar.bz2 |
Fix setup.py so it doesn't require an argument.
Diffstat (limited to 'HOWTO/release.txt')
-rw-r--r-- | HOWTO/release.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/HOWTO/release.txt b/HOWTO/release.txt index 2668499..e6af803 100644 --- a/HOWTO/release.txt +++ b/HOWTO/release.txt @@ -9,7 +9,19 @@ Things to do to release a version of SCons: Build candidate packages test on Linux + test on Windows NT + 1) tar zxf scons-src-{version}.tar.gz + cd scons-src-{version} + python runtest.py -a + 2) tar zxf scons-{version}.tar.gz + cd scons-{version} + python setup.py install + cd scons-src-{version} + python runtest.py -a -x C:\Python15\scons.bat + 3) scons-{verson}.win32.exe + cd scons-src-{version} + python runtest.py -a -x C:\Python15\scons.bat |