diff options
author | Luca Falavigna <dktrkranz@debian.org> | 2011-02-10 23:18:11 +0100 |
---|---|---|
committer | Luca Falavigna <dktrkranz@debian.org> | 2011-02-10 23:18:11 +0100 |
commit | 5993fb09d54d47cc362d979a9cc44ea6dce65b2a (patch) | |
tree | fae6dc27e661b0b5542ea7efa9fb4e7efe5fa47b /doc/user/build-install.xml | |
parent | b5754794e1f526800cc5386de55238c23a539ff4 (diff) | |
parent | 84c6f9729dbbc175431874957d0654310410bd6f (diff) |
Merge commit 'upstream/2.0.1'
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 05ead9d..8d1c005 100644 --- a/doc/user/build-install.xml +++ b/doc/user/build-install.xml @@ -198,7 +198,7 @@ </para> <screen> - # <userinput>rpm -Uvh scons-2.0.0.final.0-1.noarch.rpm</userinput> + # <userinput>rpm -Uvh scons-2.0.1-1.noarch.rpm</userinput> </screen> <para> @@ -260,7 +260,7 @@ &SCons; provides a Windows installer that makes installation extremely easy. - Download the <filename>scons-2.0.0.final.0.win32.exe</filename> + Download the <filename>scons-2.0.1.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 @@ -370,8 +370,8 @@ <para> The first step is to download either the - <filename>scons-2.0.0.final.0.tar.gz</filename> - or <filename>scons-2.0.0.final.0.zip</filename>, + <filename>scons-2.0.1.tar.gz</filename> + or <filename>scons-2.0.1.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>. @@ -384,7 +384,7 @@ on Linux or UNIX, or <application>WinZip</application> on Windows. This will create a directory called - <filename>scons-2.0.0.final.0</filename>, + <filename>scons-2.0.1</filename>, 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 @@ </para> <screen> - # <userinput>cd scons-2.0.0.final.0</userinput> + # <userinput>cd scons-2.0.1</userinput> # <userinput>python setup.py install</userinput> </screen> @@ -460,9 +460,9 @@ This will install the &SCons; build engine in the - <filename>/usr/lib/scons-2.0.0.final.0</filename> + <filename>/usr/lib/scons-2.0.1</filename> or - <filename>C:\Python25\scons-2.0.0.final.0</filename> + <filename>C:\Python25\scons-2.0.1</filename> directory, for example. </para> @@ -519,7 +519,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-2.0.0.final.0</filename>. + <filename>/opt/scons/lib/scons-2.0.1</filename>. </para> |