2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00

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

[SVN r64195]
This commit is contained in:
Vladimir Prus
2010-07-20 10:31:26 +00:00
parent 2be42b99c1
commit 7f0fde9476

View File

@@ -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>