From e7885e3af440eaef38a9301fd92a105afc8ddebb Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Thu, 25 Mar 2010 20:51:52 +0100 Subject: Imported Upstream version 1.3.0 --- 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 ff6ca3e..577c140 100644 --- a/doc/user/build-install.in +++ b/doc/user/build-install.in @@ -209,7 +209,7 @@ - # rpm -Uvh scons-1.2.0.d20100306-1.noarch.rpm + # rpm -Uvh scons-1.3.0-1.noarch.rpm @@ -271,7 +271,7 @@ &SCons; provides a Windows installer that makes installation extremely easy. - Download the scons-1.2.0.d20100306.win32.exe + Download the scons-1.3.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 +381,8 @@ The first step is to download either the - scons-1.2.0.d20100306.tar.gz - or scons-1.2.0.d20100306.zip, + scons-1.3.0.tar.gz + or scons-1.3.0.zip, which are available from the SCons download page at http://www.scons.org/download.html. @@ -395,7 +395,7 @@ on Linux or UNIX, or WinZip on Windows. This will create a directory called - scons-1.2.0.d20100306, + scons-1.3.0, usually in your local directory. Then change your working directory to that directory and install &SCons; by executing the following commands: @@ -403,7 +403,7 @@ - # cd scons-1.2.0.d20100306 + # cd scons-1.3.0 # python setup.py install @@ -471,9 +471,9 @@ This will install the &SCons; build engine in the - /usr/lib/scons-1.2.0.d20100306 + /usr/lib/scons-1.3.0 or - C:\Python25\scons-1.2.0.d20100306 + C:\Python25\scons-1.3.0 directory, for example. @@ -530,7 +530,7 @@ relative to the specified prefix. Adding to the above example would install the build engine in - /opt/scons/lib/scons-1.2.0.d20100306. + /opt/scons/lib/scons-1.3.0. -- cgit v1.2.3