summaryrefslogtreecommitdiff
path: root/src/README.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-03-28 08:13:36 +0000
committerSteven Knight <knight@baldmt.com>2002-03-28 08:13:36 +0000
commit4209702f57df6de4b7270b3e063e14f216ce32e8 (patch)
tree7659ae6fb5e4144f4aaf009b34e9bb5eccd691a4 /src/README.txt
parent3fc94e0dbe47a09928fae20e8f53d8c93499035d (diff)
downloadscons-4209702f57df6de4b7270b3e063e14f216ce32e8.tar.gz
Prepare for 0.06 release.
Diffstat (limited to 'src/README.txt')
-rw-r--r--src/README.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/README.txt b/src/README.txt
index dce1089b..b4bd42b4 100644
--- a/src/README.txt
+++ b/src/README.txt
@@ -34,11 +34,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