Document the minimum Python version required.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 14 Feb 2002 22:35:29 +0000 (22:35 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 14 Feb 2002 22:35:29 +0000 (22:35 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@260 fdb21ef1-2011-0410-befe-b5e4ea1792b1

README
doc/man/scons.1
src/README.txt

diff --git a/README b/README
index 34e27c8c37df27d0775cefca8870f77d84f83aaf..a6aa607c086d8c380021ee23593f5b510d77506f 100644 (file)
--- a/README
+++ b/README
@@ -28,6 +28,20 @@ latest version at the SCons download page:
         http://www.scons.org/download.html
 
 
+REQUIREMENTS
+============
+
+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.
+
+
 INSTALLATION
 ============
 
index a50d7b5aa3e8b78b1a5050ed7b1b7b1f3a04a0dd..4d1ea77267428ed50187d23afc3fe171adfd94d8 100644 (file)
@@ -200,6 +200,25 @@ the build in any way.
 .\" option is useful whenever multiple builds may be
 .\" trying to update the cache simultaneously.
 
+.B scons
+requires Python version 1.5.2 or later.
+There should be no other dependencies or requirements to run
+.B scons.
+
+The default
+.B scons
+configuration assumes
+use of the Microsoft Visual C++ compiler suite on WIN32 systems,
+and assumes a C compiler named
+.B cc
+and a C++ compiler named
+.B 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.
+
 .SH OPTIONS
 In general, 
 .B scons 
index 27ca337082d3613964523ec4939a69bc65000555..984bcdd9263c79e64b99ebb30f4baf797eef8746 100644 (file)
@@ -27,6 +27,20 @@ the latest version by checking the SCons download page at:
         http://www.scons.org/download.html
 
 
+REQUIREMENTS
+============
+
+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.
+
+
 INSTALLATION
 ============