diff options
author | Steven Knight <knight@baldmt.com> | 2002-12-06 21:20:41 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-12-06 21:20:41 (GMT) |
commit | 83c7f934a78456243ed909903b089ac53db6235d (patch) | |
tree | 943d93724a6f9c786549d316cfb8b1b57b41e731 /README | |
parent | 33fc59eca6af0a6e509e1987efc9a1bfa4ad133a (diff) | |
download | SCons-83c7f934a78456243ed909903b089ac53db6235d.zip SCons-83c7f934a78456243ed909903b089ac53db6235d.tar.gz SCons-83c7f934a78456243ed909903b089ac53db6235d.tar.bz2 |
Initialize the new branch. (Includes an SConstruct fix from Anthony Roach.)
Diffstat (limited to 'README')
-rw-r--r-- | README | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -60,12 +60,12 @@ In this case, your options are: -- (Optional.) Install from a pre-packaged SCons package that does not require distutils: - Red Hat Linux scons-0.09-1.noarch.rpm + Red Hat Linux scons-0.10-1.noarch.rpm - Debian GNU/Linux scons_0.09-1_all.deb + Debian GNU/Linux scons_0.10-1_all.deb (or use apt-get) - Windows scons-0.09.win32.exe + Windows scons-0.10.win32.exe -- (Recommended.) Download the latest distutils package from the following URL: @@ -178,18 +178,18 @@ more typing: Depending on the utilities installed on your system, any or all of the following packages will be built: - build/dist/scons-0.09-1.noarch.rpm - build/dist/scons-0.09-1.src.rpm - build/dist/scons-0.09.linux-i686.tar.gz - build/dist/scons-0.09.tar.gz - build/dist/scons-0.09.win32.exe - build/dist/scons-0.09.zip - build/dist/scons-doc-0.09.tar.gz - build/dist/scons-local-0.09.tar.gz - build/dist/scons-local-0.09.zip - build/dist/scons-src-0.09.tar.gz - build/dist/scons-src-0.09.zip - build/dist/scons_0.09-1_all.deb + build/dist/scons-0.10-1.noarch.rpm + build/dist/scons-0.10-1.src.rpm + build/dist/scons-0.10.linux-i686.tar.gz + build/dist/scons-0.10.tar.gz + build/dist/scons-0.10.win32.exe + build/dist/scons-0.10.zip + build/dist/scons-doc-0.10.tar.gz + build/dist/scons-local-0.10.tar.gz + build/dist/scons-local-0.10.zip + build/dist/scons-src-0.10.tar.gz + build/dist/scons-src-0.10.zip + build/dist/scons_0.10-1_all.deb The SConstruct file is supposed to be smart enough to avoid trying to build packages for which you don't have the proper utilities installed. |