Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64195 - trunk/tools/build/v2/doc/src
From: ghost_at_[hidden]
Date: 2010-07-20 06:31:28


Author: vladimir_prus
Date: 2010-07-20 06:31:26 EDT (Tue, 20 Jul 2010)
New Revision: 64195
URL: http://svn.boost.org/trac/boost/changeset/64195

Log:
Mention where Boost.Build is located inside Boost C++ Libraries.

Text files modified:
   trunk/tools/build/v2/doc/src/install.xml | 12 ++++++------
   1 files changed, 6 insertions(+), 6 deletions(-)

Modified: trunk/tools/build/v2/doc/src/install.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/install.xml (original)
+++ trunk/tools/build/v2/doc/src/install.xml 2010-07-20 06:31:26 EDT (Tue, 20 Jul 2010)
@@ -29,9 +29,7 @@
       <listitem>
         <simpara>
           Run
- <screen>
-./bjam install --prefix=<replaceable>PREFIX</replaceable>
- </screen>
+ <screen>./bjam install --prefix=<replaceable>PREFIX</replaceable></screen>
           where <replaceable>PREFIX</replaceable> is a directory where you
           want Boost.Build to be installed.
         </simpara>
@@ -45,13 +43,15 @@
       </listitem>
     </orderedlist>
 
+ <para>If you are not using Boost.Build package, but rather the version
+ bundled with the Boost C++ Libraries, the above commands should be run
+ in the <filename>tools/build/v2</filename> directory.</para>
+
     <para>
       Now that Boost.Build is installed, you can try some of examples. Copy
       <filename><replaceable>PREFIX</replaceable>/share/boost-build/examples/hello</filename>
       to a different directory, then change to that directory and run:
-<screen>
-<filename><replaceable>PREFIX</replaceable>/bin/bjam</filename>
-</screen>
+<screen><filename><replaceable>PREFIX</replaceable>/bin/bjam</filename></screen>
       A simple executable should be build.
     </para>
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk