mirror of
https://github.com/boostorg/more.git
synced 2025-03-14 11:50:06 +08:00
Update the list of libraries that require building. Fixes #2254.
[SVN r62703]
This commit is contained in:
parent
c758999645
commit
f5cf63d4a4
@ -20,7 +20,9 @@ Boost?” The good news is that often, there's nothing to build.
|
||||
The only Boost libraries that *must* be built separately are:
|
||||
|
||||
* Boost.Filesystem_
|
||||
* Boost.GraphParallel_
|
||||
* Boost.IOStreams_
|
||||
* Boost.MPI_
|
||||
* Boost.ProgramOptions_
|
||||
* Boost.Python_ (see the `Boost.Python build documentation`__
|
||||
before building and installing it)
|
||||
@ -42,6 +44,12 @@ A few libraries have optional separately-compiled binaries:
|
||||
* Boost.Graph_ also has a binary component that is only needed if
|
||||
you intend to `parse GraphViz files`__.
|
||||
|
||||
* Boost.Math_ has binary components for the TR1 and C99
|
||||
cmath functions.
|
||||
|
||||
* Boost.Random_ has a binary component which is only needed if
|
||||
you're using ``random_device``.
|
||||
|
||||
* Boost.Test_ can be used in “header-only” or “separately compiled”
|
||||
mode, although **separate compilation is recommended for serious
|
||||
use**.
|
||||
|
@ -5,9 +5,13 @@
|
||||
.. _Boost.DateTime: ../../libs/date_time/index.html
|
||||
.. _Boost.Filesystem: ../../libs/filesystem/index.html
|
||||
.. _Boost.Graph: ../../libs/graph/index.html
|
||||
.. _Boost.GraphParallel: ../../libs/graph_parallel/index.html
|
||||
.. _Boost.IOStreams: ../../libs/iostreams/index.html
|
||||
.. _Boost.Math: ../../libs/math/index.html
|
||||
.. _Boost.MPI: ../../libs/mpi/index.html
|
||||
.. _Boost.ProgramOptions: ../../libs/program_options/index.html
|
||||
.. _Boost.Python: ../../libs/python/doc/building.html
|
||||
.. _Boost.Random: ../../libs/random/index.html
|
||||
.. _Boost.Regex: ../../libs/regex/index.html
|
||||
.. _Boost.Serialization: ../../libs/serialization/index.html
|
||||
.. _Boost.Signals: ../../libs/signals/index.html
|
||||
|
@ -186,7 +186,9 @@ treatment when linking.</p>
|
||||
<p>The only Boost libraries that <em>must</em> be built separately are:</p>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="../../libs/filesystem/index.html">Boost.Filesystem</a></li>
|
||||
<li><a class="reference external" href="../../libs/graph_parallel/index.html">Boost.GraphParallel</a></li>
|
||||
<li><a class="reference external" href="../../libs/iostreams/index.html">Boost.IOStreams</a></li>
|
||||
<li><a class="reference external" href="../../libs/mpi/index.html">Boost.MPI</a></li>
|
||||
<li><a class="reference external" href="../../libs/program_options/index.html">Boost.ProgramOptions</a></li>
|
||||
<li><a class="reference external" href="../../libs/python/doc/building.html">Boost.Python</a> (see the <a class="reference external" href="../../libs/python/doc/building.html">Boost.Python build documentation</a>
|
||||
before building and installing it)</li>
|
||||
@ -204,6 +206,10 @@ you're using its <tt class="docutils literal">to_string</tt>/<tt class="docutils
|
||||
features, or if you're targeting Visual C++ 6.x or Borland.</li>
|
||||
<li><a class="reference external" href="../../libs/graph/index.html">Boost.Graph</a> also has a binary component that is only needed if
|
||||
you intend to <a class="reference external" href="../../libs/graph/doc/read_graphviz.html">parse GraphViz files</a>.</li>
|
||||
<li><a class="reference external" href="../../libs/math/index.html">Boost.Math</a> has binary components for the TR1 and C99
|
||||
cmath functions.</li>
|
||||
<li><a class="reference external" href="../../libs/random/index.html">Boost.Random</a> has a binary component which is only needed if
|
||||
you're using <tt class="docutils literal">random_device</tt>.</li>
|
||||
<li><a class="reference external" href="../../libs/test/index.html">Boost.Test</a> can be used in “header-only” or “separately compiled”
|
||||
mode, although <strong>separate compilation is recommended for serious
|
||||
use</strong>.</li>
|
||||
|
@ -183,7 +183,9 @@ treatment when linking.</p>
|
||||
<p>The only Boost libraries that <em>must</em> be built separately are:</p>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="../../libs/filesystem/index.html">Boost.Filesystem</a></li>
|
||||
<li><a class="reference external" href="../../libs/graph_parallel/index.html">Boost.GraphParallel</a></li>
|
||||
<li><a class="reference external" href="../../libs/iostreams/index.html">Boost.IOStreams</a></li>
|
||||
<li><a class="reference external" href="../../libs/mpi/index.html">Boost.MPI</a></li>
|
||||
<li><a class="reference external" href="../../libs/program_options/index.html">Boost.ProgramOptions</a></li>
|
||||
<li><a class="reference external" href="../../libs/python/doc/building.html">Boost.Python</a> (see the <a class="reference external" href="../../libs/python/doc/building.html">Boost.Python build documentation</a>
|
||||
before building and installing it)</li>
|
||||
@ -201,6 +203,10 @@ you're using its <tt class="docutils literal">to_string</tt>/<tt class="docutils
|
||||
features, or if you're targeting Visual C++ 6.x or Borland.</li>
|
||||
<li><a class="reference external" href="../../libs/graph/index.html">Boost.Graph</a> also has a binary component that is only needed if
|
||||
you intend to <a class="reference external" href="../../libs/graph/doc/read_graphviz.html">parse GraphViz files</a>.</li>
|
||||
<li><a class="reference external" href="../../libs/math/index.html">Boost.Math</a> has binary components for the TR1 and C99
|
||||
cmath functions.</li>
|
||||
<li><a class="reference external" href="../../libs/random/index.html">Boost.Random</a> has a binary component which is only needed if
|
||||
you're using <tt class="docutils literal">random_device</tt>.</li>
|
||||
<li><a class="reference external" href="../../libs/test/index.html">Boost.Test</a> can be used in “header-only” or “separately compiled”
|
||||
mode, although <strong>separate compilation is recommended for serious
|
||||
use</strong>.</li>
|
||||
|
Loading…
Reference in New Issue
Block a user