diff options
author | Steven Knight <knight@baldmt.com> | 2003-08-20 16:58:13 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-08-20 16:58:13 (GMT) |
commit | 1c0a7d503532ad8b1129192872d15a72c441ad28 (patch) | |
tree | 8abace8e8be28a63cdc7fc15e89f9ee0ab585d4d /README | |
parent | da45157ba79c6e988c0ac89555141d02d23c5f29 (diff) | |
download | SCons-1c0a7d503532ad8b1129192872d15a72c441ad28.zip SCons-1c0a7d503532ad8b1129192872d15a72c441ad28.tar.gz SCons-1c0a7d503532ad8b1129192872d15a72c441ad28.tar.bz2 |
Initialize the new branch.
Diffstat (limited to 'README')
-rw-r--r-- | README | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -66,12 +66,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.91-1.noarch.rpm + Red Hat Linux scons-0.92-1.noarch.rpm - Debian GNU/Linux scons_0.91-1_all.deb + Debian GNU/Linux scons_0.92-1_all.deb (or use apt-get) - Windows scons-0.91.win32.exe + Windows scons-0.92.win32.exe -- (Recommended.) Download the latest distutils package from the following URL: @@ -218,18 +218,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.91-1.noarch.rpm - build/dist/scons-0.91-1.src.rpm - build/dist/scons-0.91.linux-i686.tar.gz - build/dist/scons-0.91.tar.gz - build/dist/scons-0.91.win32.exe - build/dist/scons-0.91.zip - build/dist/scons-doc-0.91.tar.gz - build/dist/scons-local-0.91.tar.gz - build/dist/scons-local-0.91.zip - build/dist/scons-src-0.91.tar.gz - build/dist/scons-src-0.91.zip - build/dist/scons_0.91-1_all.deb + build/dist/scons-0.92-1.noarch.rpm + build/dist/scons-0.92-1.src.rpm + build/dist/scons-0.92.linux-i686.tar.gz + build/dist/scons-0.92.tar.gz + build/dist/scons-0.92.win32.exe + build/dist/scons-0.92.zip + build/dist/scons-doc-0.92.tar.gz + build/dist/scons-local-0.92.tar.gz + build/dist/scons-local-0.92.zip + build/dist/scons-src-0.92.tar.gz + build/dist/scons-src-0.92.zip + build/dist/scons_0.92-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. |