mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Merge pull request #131 from Lastique/add-log-as-built-lib
Add Boost.Log to the list of libraries that have to be built.
This commit is contained in:
commit
ef6650821e
4 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,7 @@ The only Boost libraries that *must* be built separately are:
|
|||
* Boost.GraphParallel_
|
||||
* Boost.IOStreams_
|
||||
* Boost.Locale_
|
||||
* Boost.Log_ (see `build documentation`__)
|
||||
* Boost.MPI_
|
||||
* Boost.ProgramOptions_
|
||||
* Boost.Python_ (see the `Boost.Python build documentation`__
|
||||
|
@ -37,6 +38,7 @@ The only Boost libraries that *must* be built separately are:
|
|||
* Boost.Timer_
|
||||
* Boost.Wave_
|
||||
|
||||
__ ../../libs/log/doc/html/log/installation/config.html
|
||||
__ ../../libs/python/doc/building.html
|
||||
|
||||
A few libraries have optional separately-compiled binaries:
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
.. _Boost.GraphParallel: ../../libs/graph_parallel/index.html
|
||||
.. _Boost.IOStreams: ../../libs/iostreams/index.html
|
||||
.. _Boost.Locale: ../../libs/locale/index.html
|
||||
.. _Boost.Log: ../../libs/log/index.html
|
||||
.. _Boost.Math: ../../libs/math/index.html
|
||||
.. _Boost.MPI: ../../libs/mpi/index.html
|
||||
.. _Boost.ProgramOptions: ../../libs/program_options/index.html
|
||||
|
|
|
@ -185,6 +185,7 @@ treatment when linking.</p>
|
|||
<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/locale/index.html">Boost.Locale</a></li>
|
||||
<li><a class="reference external" href="../../libs/log/index.html">Boost.Log</a> (see <a class="reference external" href="../../libs/log/doc/html/log/installation/config.html">build documentation</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>
|
||||
|
|
|
@ -170,6 +170,7 @@ treatment when linking.</p>
|
|||
<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/locale/index.html">Boost.Locale</a></li>
|
||||
<li><a class="reference external" href="../../libs/log/index.html">Boost.Log</a> (see <a class="reference external" href="../../libs/log/doc/html/log/installation/config.html">build documentation</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>
|
||||
|
|
Loading…
Add table
Reference in a new issue