X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=doc%2Fuser%2Fbuild-install.xml;h=861636114a1a54fbb22cf32c59be157044b7d299;hb=4e233ae6eee0d731bb80405054e587ea665ac48c;hp=e473e3768471a15c8e6c5d7840d38412513703c4;hpb=71104ab7b95596d32d791f40d77a2036e1eedad6;p=scons.git diff --git a/doc/user/build-install.xml b/doc/user/build-install.xml index e473e376..86163611 100644 --- a/doc/user/build-install.xml +++ b/doc/user/build-install.xml @@ -136,7 +136,7 @@ If you need to install Python and have a choice, we recommend using the most recent Python 2.5 version available. Python 2.5 has significant improvements - the help speed up the performance of &SCons;. + that help speed up the performance of &SCons;. @@ -214,8 +214,7 @@ - Or, you can use a graphical RPM package manager - like gnorpm. + Or, you can use a graphical RPM package manager. See your package manager application's documention for specific instructions about how to use it to install a downloaded RPM. @@ -411,7 +410,7 @@ This will build &SCons;, - install the scons script + install the &scons; script in the default system scripts directory (/usr/local/bin or C:\Python25\Scripts), @@ -549,7 +548,7 @@ For example, to install &SCons; in appropriate locations relative to the user's $HOME directory, - the scons script in + the &scons; script in $HOME/bin and the build engine in $HOME/lib/scons, @@ -570,6 +569,21 @@ + + + This can also be used to experiment with a newer + version of &SCons; than the one installed + in your system locations. + Of course, the location in which you install the + newer version of the &scons; script + ($HOME/bin in the above example) + must be configured in your &PATH; variable + before the directory containing + the system-installed version + of the &scons; script. + + +