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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user