You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="first admonition-title">Use the latest version of this Getting Started guide</p>
19
19
<pclass="last">The <aclass="reference external" href="http://www.boost.org/more/getting_started/index.html">Boost website version of this Getting Started guide</a> may
20
20
have updated information, such as the location of additional installers
<li><pclass="first">The path to the <strong>boost root directory</strong> (often <ttclass="docutils literal">/usr/local/</tt><ttclass="docutils literal">boost_1_63_0</tt>) is
139
+
<li><pclass="first">The path to the <strong>boost root directory</strong> (often <ttclass="docutils literal">/usr/local/</tt><ttclass="docutils literal">boost_1_64_0</tt>) is
140
140
sometimes referred to as <ttclass="docutils literal">$BOOST_ROOT</tt> in documentation and
<p>First, find the toolset corresponding to your compiler in the
329
329
following table (an up-to-date list is always available <aclass="reference external" href="http://www.boost.org/build/doc/html/bbv2/reference/tools.html">in the
330
330
Boost.Build documentation</a>).</p>
331
-
<divclass="note">
331
+
<divclass="admonition note">
332
332
<pclass="first admonition-title">Note</p>
333
333
<pclass="last">If you previously chose a toolset for the purposes of
334
334
<aclass="reference external" href="../../doc/html/bbv2/installation.html">building b2</a>, you should assume it won't work and instead
please see the <aclass="reference external" href="http://www.boost.org/build/doc/html/bbv2/overview/invocation.html">Boost.Build documentation</a>.</p>
427
427
<p>For example, your session might look like this:</p>
428
428
<preclass="literal-block">
429
-
$ cd ~/<ttclass="docutils literal">boost_1_63_0</tt>
429
+
$ cd ~/<ttclass="docutils literal">boost_1_64_0</tt>
<p>That will build static and shared non-debug multi-threaded variants of the libraries. To build all variants, pass the additional option, “<ttclass="docutils literal"><spanclass="pre">--build-type=complete</span></tt>”.</p>
library binaries in the <ttclass="docutils literal">stage</tt><ttclass="docutils literal">/</tt><ttclass="docutils literal">lib</tt><ttclass="docutils literal">/</tt> subdirectory of
438
438
the Boost tree. To use a different directory pass the
439
439
<ttclass="docutils literal"><spanclass="pre">--stagedir=</span></tt><em>directory</em> option to <ttclass="docutils literal">b2</tt>.</p>
440
-
<divclass="note">
440
+
<divclass="admonition note">
441
441
<pclass="first admonition-title">Note</p>
442
442
<pclass="last"><ttclass="docutils literal">b2</tt> is case-sensitive; it is important that all the
443
443
parts shown in <strong>bold</strong> type above be entirely lower-case.</p>
<li><pclass="first">You can separately specify a directory to search (with <ttclass="docutils literal"><spanclass="pre">-L</span></tt><em>directory</em>) and a library name to search for (with <ttclass="docutils literal"><spanclass="pre">-l</span></tt><em>library</em>,<aclass="footnote-reference" href="#lowercase-l" id="id15"><sup>2</sup></a> dropping the filename's leading <ttclass="docutils literal">lib</tt> and trailing
550
550
suffix (<ttclass="docutils literal">.a</tt> in this case):</p>
551
551
<preclass="literal-block">
552
-
$ c++ -I <em>path/to/</em><ttclass="docutils literal">boost_1_63_0</tt> example.cpp -o example <strong>\</strong>
552
+
$ c++ -I <em>path/to/</em><ttclass="docutils literal">boost_1_64_0</tt> example.cpp -o example <strong>\</strong>
0 commit comments