summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-03-28 08:13:36 (GMT)
committerSteven Knight <knight@baldmt.com>2002-03-28 08:13:36 (GMT)
commit4209702f57df6de4b7270b3e063e14f216ce32e8 (patch)
tree7659ae6fb5e4144f4aaf009b34e9bb5eccd691a4 /README
parent3fc94e0dbe47a09928fae20e8f53d8c93499035d (diff)
downloadSCons-4209702f57df6de4b7270b3e063e14f216ce32e8.zip
SCons-4209702f57df6de4b7270b3e063e14f216ce32e8.tar.gz
SCons-4209702f57df6de4b7270b3e063e14f216ce32e8.tar.bz2
Prepare for 0.06 release.
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index 014b22b..e17ec6b 100644
--- a/README
+++ b/README
@@ -15,8 +15,8 @@ be packaged.
Note that if all you want to do is install and run SCons, it
will probably be easier for you to download and install the
-scons-{version}.tar.gz package rather than to work with the packaging
-logic in this tree.
+scons-{version}.tar.gz or scons-{version}.zip package rather than to
+work with the packaging logic in this tree.
LATEST VERSION
@@ -35,11 +35,11 @@ SCons requires Python version 1.5.2 or later. There should be no
other dependencies or requirements to run SCons.
The default SCons configuration assumes use of the Microsoft Visual C++
-compiler suite on WIN32 systems, and assumes a C compiler named 'cc'
-and a C++ compiler named 'c++' (such as found in the GNU C compiler
-suite) on any other type of system. You may, of course, override these
-default values by appropriate configuration of Environment construction
-variables.
+compiler suite on WIN32 systems, and assumes a C compiler named 'cc',
+a C++ compiler named 'c++', and a Fortran compiler named 'g77' (such
+as found in the GNU C compiler suite) on any other type of system.
+You may, of course, override these default values by appropriate
+configuration of Environment construction variables.
INSTALLATION
@@ -48,7 +48,7 @@ INSTALLATION
To install SCons from this package, you must first populate the
build/scons/ directory. (For an easier way to install SCons, without
having to populate this directory, use the scons-{version}.tar.gz
-package.)
+or scons-{version}.zip package.)
If you already have an appropriate version of SCons installed on your
system, populate the build/scons/ directory by running: