From 738149c9bfb9965d013d01ef99f9bb1c2819e7e8 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Tue, 15 Jun 2010 14:28:22 +0000 Subject: Imported Upstream version 2.0.0 --- doc/user/build-install.xml | 35 ++++++++++++----------------------- 1 file changed, 12 insertions(+), 23 deletions(-) (limited to 'doc/user/build-install.xml') diff --git a/doc/user/build-install.xml b/doc/user/build-install.xml index 577c140..05ead9d 100644 --- a/doc/user/build-install.xml +++ b/doc/user/build-install.xml @@ -111,17 +111,6 @@ - (Note that the option - was added to Python version 2.0, - so if your system only has an earlier version available - you may see an - "Unknown option: -V" - error message.) - - - - - The standard location for information about downloading and installing Python is http://www.python.org/download/. @@ -132,10 +121,10 @@ - &SCons; will work with any version of Python from 1.5.2 or later. + &SCons; will work with any version of Python from 2.4 or later. If you need to install Python and have a choice, - we recommend using the most recent Python 2.5 version available. - Python 2.5 has significant improvements + we recommend using the most recent Python version available. + Newer Pythons have significant improvements that help speed up the performance of &SCons;. @@ -209,7 +198,7 @@ - # rpm -Uvh scons-1.3.0-1.noarch.rpm + # rpm -Uvh scons-2.0.0.final.0-1.noarch.rpm @@ -271,7 +260,7 @@ &SCons; provides a Windows installer that makes installation extremely easy. - Download the scons-1.3.0.win32.exe + Download the scons-2.0.0.final.0.win32.exe file from the &SCons; download page at http://www.scons.org/download.php. Then all you need to do is execute the file @@ -381,8 +370,8 @@ The first step is to download either the - scons-1.3.0.tar.gz - or scons-1.3.0.zip, + scons-2.0.0.final.0.tar.gz + or scons-2.0.0.final.0.zip, which are available from the SCons download page at http://www.scons.org/download.html. @@ -395,7 +384,7 @@ on Linux or UNIX, or WinZip on Windows. This will create a directory called - scons-1.3.0, + scons-2.0.0.final.0, usually in your local directory. Then change your working directory to that directory and install &SCons; by executing the following commands: @@ -403,7 +392,7 @@ - # cd scons-1.3.0 + # cd scons-2.0.0.final.0 # python setup.py install @@ -471,9 +460,9 @@ This will install the &SCons; build engine in the - /usr/lib/scons-1.3.0 + /usr/lib/scons-2.0.0.final.0 or - C:\Python25\scons-1.3.0 + C:\Python25\scons-2.0.0.final.0 directory, for example. @@ -530,7 +519,7 @@ relative to the specified prefix. Adding to the above example would install the build engine in - /opt/scons/lib/scons-1.3.0. + /opt/scons/lib/scons-2.0.0.final.0. -- cgit v1.2.3