mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Add context and chrono to list of libraries that need building. Refs #7324.
Based on: http://lists.boost.org/Archives/boost/2012/05/193443.php http://lists.boost.org/boost-users/2012/09/76006.php [SVN r83278]
This commit is contained in:
parent
8999483049
commit
29304b4e61
4 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,8 @@ Boost?” The good news is that often, there's nothing to build.
|
|||
|
||||
The only Boost libraries that *must* be built separately are:
|
||||
|
||||
* Boost.Chrono_
|
||||
* Boost.Context_
|
||||
* Boost.Filesystem_
|
||||
* Boost.GraphParallel_
|
||||
* Boost.IOStreams_
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
.. Software License, Version 1.0. (See accompanying
|
||||
.. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
.. _Boost.Chrono: ../../libs/chrono/index.html
|
||||
.. _Boost.Context: ../../libs/context/index.html
|
||||
.. _Boost.DateTime: ../../libs/date_time/index.html
|
||||
.. _Boost.Filesystem: ../../libs/filesystem/index.html
|
||||
.. _Boost.Graph: ../../libs/graph/index.html
|
||||
|
|
|
@ -179,6 +179,8 @@ treatment when linking.</p>
|
|||
<!-- .. _separate: -->
|
||||
<p>The only Boost libraries that <em>must</em> be built separately are:</p>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="../../libs/chrono/index.html">Boost.Chrono</a></li>
|
||||
<li><a class="reference external" href="../../libs/context/index.html">Boost.Context</a></li>
|
||||
<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>
|
||||
|
|
|
@ -164,6 +164,8 @@ treatment when linking.</p>
|
|||
<!-- .. _separate: -->
|
||||
<p>The only Boost libraries that <em>must</em> be built separately are:</p>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="../../libs/chrono/index.html">Boost.Chrono</a></li>
|
||||
<li><a class="reference external" href="../../libs/context/index.html">Boost.Context</a></li>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Reference in a new issue