diff options
author | Steven Knight <knight@baldmt.com> | 2003-11-07 18:16:06 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-11-07 18:16:06 (GMT) |
commit | b7308d19648bda8220d69328de74dfcad9a28872 (patch) | |
tree | a049f412dd1fe60ec544f15996b5f17a90b0fc42 /README | |
parent | 5cb7f5ef4a86724d1bfb1dfa43e3988d3061ad32 (diff) | |
download | SCons-b7308d19648bda8220d69328de74dfcad9a28872.zip SCons-b7308d19648bda8220d69328de74dfcad9a28872.tar.gz SCons-b7308d19648bda8220d69328de74dfcad9a28872.tar.bz2 |
Initialize the 0.94 branch for release.
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.93-1.noarch.rpm + Red Hat Linux scons-0.94-1.noarch.rpm - Debian GNU/Linux scons_0.93-1_all.deb + Debian GNU/Linux scons_0.94-1_all.deb (or use apt-get) - Windows scons-0.93.win32.exe + Windows scons-0.94.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.93-1.noarch.rpm - build/dist/scons-0.93-1.src.rpm - build/dist/scons-0.93.linux-i686.tar.gz - build/dist/scons-0.93.tar.gz - build/dist/scons-0.93.win32.exe - build/dist/scons-0.93.zip - build/dist/scons-doc-0.93.tar.gz - build/dist/scons-local-0.93.tar.gz - build/dist/scons-local-0.93.zip - build/dist/scons-src-0.93.tar.gz - build/dist/scons-src-0.93.zip - build/dist/scons_0.93-1_all.deb + build/dist/scons-0.94-1.noarch.rpm + build/dist/scons-0.94-1.src.rpm + build/dist/scons-0.94.linux-i686.tar.gz + build/dist/scons-0.94.tar.gz + build/dist/scons-0.94.win32.exe + build/dist/scons-0.94.zip + build/dist/scons-doc-0.94.tar.gz + build/dist/scons-local-0.94.tar.gz + build/dist/scons-local-0.94.zip + build/dist/scons-src-0.94.tar.gz + build/dist/scons-src-0.94.zip + build/dist/scons_0.94-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. |