User's Guide updates: fix typos, clarify various things. (Robert P. J. Day)
[scons.git] / doc / user / build-install.xml
index e473e3768471a15c8e6c5d7840d38412513703c4..861636114a1a54fbb22cf32c59be157044b7d299 100644 (file)
     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;.
 
     </para>
 
 
       <para>
 
-      Or, you can use a graphical RPM package manager
-      like <application>gnorpm</application>.
+      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.
     <para>
 
     This will build &SCons;,
-    install the <application>scons</application> script
+    install the &scons; script
     in the default system scripts directory
     (<filename>/usr/local/bin</filename> or
     <filename>C:\Python25\Scripts</filename>),
       For example,
       to install &SCons; in appropriate locations
       relative to the user's <literal>$HOME</literal> directory,
-      the <application>scons</application> script in
+      the &scons; script in
       <filename>$HOME/bin</filename>
       and the build engine in 
       <filename>$HOME/lib/scons</filename>,
 
       </para>
 
+      <para>
+
+      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
+      (<filename>$HOME/bin</filename> in the above example)
+      must be configured in your &PATH; variable
+      before the directory containing
+      the system-installed version
+      of the &scons; script.
+
+      </para>
+
     </section>
 
   </section>