summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-10-23 16:14:15 (GMT)
committerSteven Knight <knight@baldmt.com>2003-10-23 16:14:15 (GMT)
commitdd8e3d92024d02b4e133b0e0624886ce4cd8fe11 (patch)
tree7093612a93255b5c8aebbbbc4567cc1cd0f28d73 /README
parent8ea748f67747b589b407db59acbe15d62962ba33 (diff)
downloadSCons-dd8e3d92024d02b4e133b0e0624886ce4cd8fe11.zip
SCons-dd8e3d92024d02b4e133b0e0624886ce4cd8fe11.tar.gz
SCons-dd8e3d92024d02b4e133b0e0624886ce4cd8fe11.tar.bz2
Initialize the new branch.
Diffstat (limited to 'README')
-rw-r--r--README34
1 files changed, 17 insertions, 17 deletions
diff --git a/README b/README
index 3e0d33a..6c921f1 100644
--- a/README
+++ b/README
@@ -56,8 +56,8 @@ part of Python until Python version 1.6, so if your system is running
Python 1.5.2, you may not have distutils installed. If you are running
Python version 1.6 or later, you should be fine.
-NOTE TO RED HAT USERS: All Red Hat Linux versions up to 7.3 still ship
-Python 1.5.2 as the default, so you probably do *not* have distutils
+NOTE TO RED HAT USERS: Red Hat shipped Python 1.5.2 as the default all
+the way up to Red Hat Linux 7.3, so you probably do *not* have distutils
installed, unless you have already done so manually or are running Red
Hat 8.0 or later.
@@ -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.92-1.noarch.rpm
+ Red Hat Linux scons-0.93-1.noarch.rpm
- Debian GNU/Linux scons_0.92-1_all.deb
+ Debian GNU/Linux scons_0.93-1_all.deb
(or use apt-get)
- Windows scons-0.92.win32.exe
+ Windows scons-0.93.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.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
+ 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
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.