From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- doc/user/build-install.xml | 70 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 49 insertions(+), 21 deletions(-) (limited to 'doc/user/build-install.xml') diff --git a/doc/user/build-install.xml b/doc/user/build-install.xml index 57f4b84..d3e0875 100644 --- a/doc/user/build-install.xml +++ b/doc/user/build-install.xml @@ -1,6 +1,32 @@ + + + %version; + + + %scons; + + + %builders-mod; + + %functions-mod; + + %tools-mod; + + %variables-mod; + +]> + + +Building and Installing &SCons; + @@ -261,7 +287,7 @@ &SCons; provides a Windows installer that makes installation extremely easy. - Download the scons-2.3.0.win32.exe + Download the scons-&buildversion;.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 @@ -371,8 +397,8 @@ The first step is to download either the - scons-2.3.0.tar.gz - or scons-2.3.0.zip, + scons-&buildversion;.tar.gz + or scons-&buildversion;.zip, which are available from the SCons download page at http://www.scons.org/download.html. @@ -385,7 +411,7 @@ on Linux or UNIX, or WinZip on Windows. This will create a directory called - scons-2.3.0, + scons-&buildversion;, usually in your local directory. Then change your working directory to that directory and install &SCons; by executing the following commands: @@ -393,8 +419,8 @@ - # cd scons-2.3.0 - # python setup.py install +# cd scons-&buildversion; +# python setup.py install @@ -454,16 +480,16 @@ - # python setup.py install --version-lib +# python setup.py install --version-lib This will install the &SCons; build engine in the - /usr/lib/scons-2.3.0 + /usr/lib/scons-&buildversion; or - C:\Python25\scons-2.3.0 + C:\Python25\scons-&buildversion; directory, for example. @@ -496,7 +522,7 @@ - # python setup.py install --prefix=/opt/scons +# python setup.py install --prefix=/opt/scons @@ -520,7 +546,7 @@ relative to the specified prefix. Adding to the above example would install the build engine in - /opt/scons/lib/scons-2.3.0. + /opt/scons/lib/scons-&buildversion;. @@ -547,7 +573,7 @@ - $ python setup.py install --prefix=$HOME +$ python setup.py install --prefix=$HOME @@ -707,3 +733,5 @@ --> + + -- cgit v1.2.3