diff options
author | Luca Falavigna <dktrkranz@debian.org> | 2010-03-25 20:52:01 +0100 |
---|---|---|
committer | Luca Falavigna <dktrkranz@debian.org> | 2010-03-25 20:52:01 +0100 |
commit | 7edc4d959cd4a1153e5b17881fdca3ca8df2e72a (patch) | |
tree | ac00f5c3c16b8e546dc76ebde33191ca3088a8c5 /doc/user/build-install.xml | |
parent | 805ec8fc457a6d89d4c7896eb33b398729a06fbe (diff) | |
parent | e7885e3af440eaef38a9301fd92a105afc8ddebb (diff) |
Merge commit 'upstream/1.3.0'
Diffstat (limited to 'doc/user/build-install.xml')
-rw-r--r-- | doc/user/build-install.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/user/build-install.xml b/doc/user/build-install.xml index ff6ca3e..577c140 100644 --- a/doc/user/build-install.xml +++ b/doc/user/build-install.xml @@ -209,7 +209,7 @@ </para> <screen> - # <userinput>rpm -Uvh scons-1.2.0.d20100306-1.noarch.rpm</userinput> + # <userinput>rpm -Uvh scons-1.3.0-1.noarch.rpm</userinput> </screen> <para> @@ -271,7 +271,7 @@ &SCons; provides a Windows installer that makes installation extremely easy. - Download the <filename>scons-1.2.0.d20100306.win32.exe</filename> + Download the <filename>scons-1.3.0.win32.exe</filename> file from the &SCons; download page at <ulink url="http://www.scons.org/download.php">http://www.scons.org/download.php</ulink>. Then all you need to do is execute the file @@ -381,8 +381,8 @@ <para> The first step is to download either the - <filename>scons-1.2.0.d20100306.tar.gz</filename> - or <filename>scons-1.2.0.d20100306.zip</filename>, + <filename>scons-1.3.0.tar.gz</filename> + or <filename>scons-1.3.0.zip</filename>, which are available from the SCons download page at <ulink url="http://www.scons.org/download.html">http://www.scons.org/download.html</ulink>. @@ -395,7 +395,7 @@ on Linux or UNIX, or <application>WinZip</application> on Windows. This will create a directory called - <filename>scons-1.2.0.d20100306</filename>, + <filename>scons-1.3.0</filename>, 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 @@ </para> <screen> - # <userinput>cd scons-1.2.0.d20100306</userinput> + # <userinput>cd scons-1.3.0</userinput> # <userinput>python setup.py install</userinput> </screen> @@ -471,9 +471,9 @@ This will install the &SCons; build engine in the - <filename>/usr/lib/scons-1.2.0.d20100306</filename> + <filename>/usr/lib/scons-1.3.0</filename> or - <filename>C:\Python25\scons-1.2.0.d20100306</filename> + <filename>C:\Python25\scons-1.3.0</filename> directory, for example. </para> @@ -530,7 +530,7 @@ relative to the specified prefix. Adding <option>--version-lib</option> to the above example would install the build engine in - <filename>/opt/scons/lib/scons-1.2.0.d20100306</filename>. + <filename>/opt/scons/lib/scons-1.3.0</filename>. </para> |