mirror of
https://github.com/boostorg/more.git
synced 2025-03-24 13:20:07 +08:00
Update some links to build documentation.
This commit is contained in:
parent
cdf68f976a
commit
a92ea7a5df
@ -28,7 +28,7 @@ First, find the toolset corresponding to your compiler in the
|
|||||||
following table (an up-to-date list is always available `in the
|
following table (an up-to-date list is always available `in the
|
||||||
Boost.Build documentation`__).
|
Boost.Build documentation`__).
|
||||||
|
|
||||||
__ http://www.boost.org/boost-build2/doc/html/bbv2/reference/tools.html
|
__ http://www.boost.org/build/doc/html/bbv2/reference/tools.html
|
||||||
|
|
||||||
.. Note:: If you previously chose a toolset for the purposes of
|
.. Note:: If you previously chose a toolset for the purposes of
|
||||||
`building b2`_, you should assume it won't work and instead
|
`building b2`_, you should assume it won't work and instead
|
||||||
@ -107,5 +107,5 @@ invoke ``b2`` as follows:
|
|||||||
For a complete description of these and other invocation options,
|
For a complete description of these and other invocation options,
|
||||||
please see the `Boost.Build documentation`__.
|
please see the `Boost.Build documentation`__.
|
||||||
|
|
||||||
__ http://www.boost.org/boost-build2/doc/html/bbv2/advanced/invocation.html
|
__ http://www.boost.org/build/doc/html/bbv2/overview/invocation.html
|
||||||
|
|
||||||
|
@ -70,4 +70,4 @@ linker, consider setting up a ``user-config.jam`` file as described
|
|||||||
doesn't work for you, please address questions about configuring Boost
|
doesn't work for you, please address questions about configuring Boost
|
||||||
for your compiler to the `Boost.Build mailing list`_.
|
for your compiler to the `Boost.Build mailing list`_.
|
||||||
|
|
||||||
__ http://www.boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
|
__ http://www.boost.org/build/doc/html/bbv2/overview/configuration.html
|
||||||
|
@ -330,7 +330,7 @@ the directory where you want Boost.Build to be installed</li>
|
|||||||
<div class="section" id="identify-your-toolset">
|
<div class="section" id="identify-your-toolset">
|
||||||
<span id="toolset-name"></span><span id="toolset"></span><h3><a class="toc-backref" href="#id28">5.2.2 Identify Your Toolset</a></h3>
|
<span id="toolset-name"></span><span id="toolset"></span><h3><a class="toc-backref" href="#id28">5.2.2 Identify Your Toolset</a></h3>
|
||||||
<p>First, find the toolset corresponding to your compiler in the
|
<p>First, find the toolset corresponding to your compiler in the
|
||||||
following table (an up-to-date list is always available <a class="reference external" href="http://www.boost.org/boost-build2/doc/html/bbv2/reference/tools.html">in the
|
following table (an up-to-date list is always available <a class="reference external" href="http://www.boost.org/build/doc/html/bbv2/reference/tools.html">in the
|
||||||
Boost.Build documentation</a>).</p>
|
Boost.Build documentation</a>).</p>
|
||||||
<div class="note">
|
<div class="note">
|
||||||
<p class="first admonition-title">Note</p>
|
<p class="first admonition-title">Note</p>
|
||||||
@ -425,7 +425,7 @@ invoke <tt class="docutils literal">b2</tt> as follows:</p>
|
|||||||
b2 <strong>--build-dir=</strong><a class="reference internal" href="#id10"><em>build-directory</em></a> <strong>toolset=</strong><a class="reference internal" href="#toolset-name"><em>toolset-name</em></a> <tt class="docutils literal"> </tt> stage
|
b2 <strong>--build-dir=</strong><a class="reference internal" href="#id10"><em>build-directory</em></a> <strong>toolset=</strong><a class="reference internal" href="#toolset-name"><em>toolset-name</em></a> <tt class="docutils literal"> </tt> stage
|
||||||
</pre>
|
</pre>
|
||||||
<p>For a complete description of these and other invocation options,
|
<p>For a complete description of these and other invocation options,
|
||||||
please see the <a class="reference external" href="http://www.boost.org/boost-build2/doc/html/bbv2/advanced/invocation.html">Boost.Build documentation</a>.</p>
|
please see the <a class="reference external" href="http://www.boost.org/build/doc/html/bbv2/overview/invocation.html">Boost.Build documentation</a>.</p>
|
||||||
<p>For example, your session might look like this:</p>
|
<p>For example, your session might look like this:</p>
|
||||||
<pre class="literal-block">
|
<pre class="literal-block">
|
||||||
$ cd ~/<tt class="docutils literal">boost_1_58_0</tt>
|
$ cd ~/<tt class="docutils literal">boost_1_58_0</tt>
|
||||||
@ -499,7 +499,7 @@ packages for libz and libbz2 if you need those features. Other
|
|||||||
errors when building Boost libraries are cause for concern.</p>
|
errors when building Boost libraries are cause for concern.</p>
|
||||||
<p>If it seems like the build system can't find your compiler and/or
|
<p>If it seems like the build system can't find your compiler and/or
|
||||||
linker, consider setting up a <tt class="docutils literal"><span class="pre">user-config.jam</span></tt> file as described
|
linker, consider setting up a <tt class="docutils literal"><span class="pre">user-config.jam</span></tt> file as described
|
||||||
<a class="reference external" href="http://www.boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html">here</a>. If that isn't your problem or the <tt class="docutils literal"><span class="pre">user-config.jam</span></tt> file
|
<a class="reference external" href="http://www.boost.org/build/doc/html/bbv2/overview/configuration.html">here</a>. If that isn't your problem or the <tt class="docutils literal"><span class="pre">user-config.jam</span></tt> file
|
||||||
doesn't work for you, please address questions about configuring Boost
|
doesn't work for you, please address questions about configuring Boost
|
||||||
for your compiler to the <a class="reference external" href="http://www.boost.org/more/mailing_lists.htm#jamboost">Boost.Build mailing list</a>.</p>
|
for your compiler to the <a class="reference external" href="http://www.boost.org/more/mailing_lists.htm#jamboost">Boost.Build mailing list</a>.</p>
|
||||||
<!-- Copyright David Abrahams 2006. Distributed under the Boost -->
|
<!-- Copyright David Abrahams 2006. Distributed under the Boost -->
|
||||||
|
@ -357,7 +357,7 @@ bootstrap
|
|||||||
</pre>
|
</pre>
|
||||||
<p>The first command prepares the Boost.Build system for use. The second
|
<p>The first command prepares the Boost.Build system for use. The second
|
||||||
command invokes Boost.Build to build the separately-compiled Boost
|
command invokes Boost.Build to build the separately-compiled Boost
|
||||||
libraries. Please consult the <a class="reference external" href="http://www.boost.org/boost-build2/doc/html/bbv2/overview/invocation.html">Boost.Build documentation</a> for a list
|
libraries. Please consult the <a class="reference external" href="http://www.boost.org/build/doc/html/bbv2/overview/invocation.html">Boost.Build documentation</a> for a list
|
||||||
of allowed options.</p>
|
of allowed options.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="or-build-binaries-from-source">
|
<div class="section" id="or-build-binaries-from-source">
|
||||||
@ -389,7 +389,7 @@ the directory where you want Boost.Build to be installed</li>
|
|||||||
<div class="section" id="identify-your-toolset">
|
<div class="section" id="identify-your-toolset">
|
||||||
<span id="toolset-name"></span><span id="toolset"></span><h3><a class="toc-backref" href="#id38">5.2.2 Identify Your Toolset</a></h3>
|
<span id="toolset-name"></span><span id="toolset"></span><h3><a class="toc-backref" href="#id38">5.2.2 Identify Your Toolset</a></h3>
|
||||||
<p>First, find the toolset corresponding to your compiler in the
|
<p>First, find the toolset corresponding to your compiler in the
|
||||||
following table (an up-to-date list is always available <a class="reference external" href="http://www.boost.org/boost-build2/doc/html/bbv2/reference/tools.html">in the
|
following table (an up-to-date list is always available <a class="reference external" href="http://www.boost.org/build/doc/html/bbv2/reference/tools.html">in the
|
||||||
Boost.Build documentation</a>).</p>
|
Boost.Build documentation</a>).</p>
|
||||||
<div class="note">
|
<div class="note">
|
||||||
<p class="first admonition-title">Note</p>
|
<p class="first admonition-title">Note</p>
|
||||||
@ -487,7 +487,7 @@ invoke <tt class="docutils literal">b2</tt> as follows:</p>
|
|||||||
b2 <strong>--build-dir=</strong><a class="reference internal" href="#id12"><em>build-directory</em></a> <strong>toolset=</strong><a class="reference internal" href="#toolset-name"><em>toolset-name</em></a> <strong>--build-type=complete</strong> stage
|
b2 <strong>--build-dir=</strong><a class="reference internal" href="#id12"><em>build-directory</em></a> <strong>toolset=</strong><a class="reference internal" href="#toolset-name"><em>toolset-name</em></a> <strong>--build-type=complete</strong> stage
|
||||||
</pre>
|
</pre>
|
||||||
<p>For a complete description of these and other invocation options,
|
<p>For a complete description of these and other invocation options,
|
||||||
please see the <a class="reference external" href="http://www.boost.org/boost-build2/doc/html/bbv2/advanced/invocation.html">Boost.Build documentation</a>.</p>
|
please see the <a class="reference external" href="http://www.boost.org/build/doc/html/bbv2/overview/invocation.html">Boost.Build documentation</a>.</p>
|
||||||
<p>For example, your session might look like this:<a class="footnote-reference" href="#continuation" id="id14"><sup>3</sup></a></p>
|
<p>For example, your session might look like this:<a class="footnote-reference" href="#continuation" id="id14"><sup>3</sup></a></p>
|
||||||
<pre class="literal-block">
|
<pre class="literal-block">
|
||||||
C:\WINDOWS> cd <tt class="docutils literal"><span class="pre">C:\Program</span> Files\boost\</tt><tt class="docutils literal">boost_1_58_0</tt>
|
C:\WINDOWS> cd <tt class="docutils literal"><span class="pre">C:\Program</span> Files\boost\</tt><tt class="docutils literal">boost_1_58_0</tt>
|
||||||
@ -568,7 +568,7 @@ packages for libz and libbz2 if you need those features. Other
|
|||||||
errors when building Boost libraries are cause for concern.</p>
|
errors when building Boost libraries are cause for concern.</p>
|
||||||
<p>If it seems like the build system can't find your compiler and/or
|
<p>If it seems like the build system can't find your compiler and/or
|
||||||
linker, consider setting up a <tt class="docutils literal"><span class="pre">user-config.jam</span></tt> file as described
|
linker, consider setting up a <tt class="docutils literal"><span class="pre">user-config.jam</span></tt> file as described
|
||||||
<a class="reference external" href="http://www.boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html">here</a>. If that isn't your problem or the <tt class="docutils literal"><span class="pre">user-config.jam</span></tt> file
|
<a class="reference external" href="http://www.boost.org/build/doc/html/bbv2/overview/configuration.html">here</a>. If that isn't your problem or the <tt class="docutils literal"><span class="pre">user-config.jam</span></tt> file
|
||||||
doesn't work for you, please address questions about configuring Boost
|
doesn't work for you, please address questions about configuring Boost
|
||||||
for your compiler to the <a class="reference external" href="http://www.boost.org/more/mailing_lists.htm#jamboost">Boost.Build mailing list</a>.</p>
|
for your compiler to the <a class="reference external" href="http://www.boost.org/more/mailing_lists.htm#jamboost">Boost.Build mailing list</a>.</p>
|
||||||
<span class="target" id="auto-linking"></span><!-- Copyright David Abrahams 2006. Distributed under the Boost -->
|
<span class="target" id="auto-linking"></span><!-- Copyright David Abrahams 2006. Distributed under the Boost -->
|
||||||
|
@ -183,7 +183,7 @@ command invokes Boost.Build to build the separately-compiled Boost
|
|||||||
libraries. Please consult the `Boost.Build documentation`__ for a list
|
libraries. Please consult the `Boost.Build documentation`__ for a list
|
||||||
of allowed options.
|
of allowed options.
|
||||||
|
|
||||||
__ http://www.boost.org/boost-build2/doc/html/bbv2/overview/invocation.html
|
__ http://www.boost.org/build/doc/html/bbv2/overview/invocation.html
|
||||||
|
|
||||||
Or, Build Binaries From Source
|
Or, Build Binaries From Source
|
||||||
------------------------------
|
------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user