From 84c6f9729dbbc175431874957d0654310410bd6f Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Thu, 10 Feb 2011 23:18:10 +0100 Subject: Imported Upstream version 2.0.1 --- doc/user/build-install.in | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/user/build-install.in') diff --git a/doc/user/build-install.in b/doc/user/build-install.in index 05ead9d..8d1c005 100644 --- a/doc/user/build-install.in +++ b/doc/user/build-install.in @@ -198,7 +198,7 @@ - # rpm -Uvh scons-2.0.0.final.0-1.noarch.rpm + # rpm -Uvh scons-2.0.1-1.noarch.rpm @@ -260,7 +260,7 @@ &SCons; provides a Windows installer that makes installation extremely easy. - Download the scons-2.0.0.final.0.win32.exe + Download the scons-2.0.1.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 @@ -370,8 +370,8 @@ The first step is to download either the - scons-2.0.0.final.0.tar.gz - or scons-2.0.0.final.0.zip, + scons-2.0.1.tar.gz + or scons-2.0.1.zip, which are available from the SCons download page at http://www.scons.org/download.html. @@ -384,7 +384,7 @@ on Linux or UNIX, or WinZip on Windows. This will create a directory called - scons-2.0.0.final.0, + scons-2.0.1, usually in your local directory. Then change your working directory to that directory and install &SCons; by executing the following commands: @@ -392,7 +392,7 @@ - # cd scons-2.0.0.final.0 + # cd scons-2.0.1 # python setup.py install @@ -460,9 +460,9 @@ This will install the &SCons; build engine in the - /usr/lib/scons-2.0.0.final.0 + /usr/lib/scons-2.0.1 or - C:\Python25\scons-2.0.0.final.0 + C:\Python25\scons-2.0.1 directory, for example. @@ -519,7 +519,7 @@ relative to the specified prefix. Adding to the above example would install the build engine in - /opt/scons/lib/scons-2.0.0.final.0. + /opt/scons/lib/scons-2.0.1. -- cgit v1.2.3