From 7f0fde947680cf34217b517ccba5eb3b5012eefb Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 20 Jul 2010 10:31:26 +0000 Subject: [PATCH] Mention where Boost.Build is located inside Boost C++ Libraries. [SVN r64195] --- doc/src/install.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/src/install.xml b/doc/src/install.xml index 274f269a0..526606fd6 100644 --- a/doc/src/install.xml +++ b/doc/src/install.xml @@ -29,9 +29,7 @@ Run - -./bjam install --prefix=PREFIX - + ./bjam install --prefix=PREFIX where PREFIX is a directory where you want Boost.Build to be installed. @@ -45,13 +43,15 @@ + 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 tools/build/v2 directory. + Now that Boost.Build is installed, you can try some of examples. Copy PREFIX/share/boost-build/examples/hello to a different directory, then change to that directory and run: - -PREFIX/bin/bjam - +PREFIX/bin/bjam A simple executable should be build.