Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62703 - in trunk/more/getting_started: . detail
From: steven_at_[hidden]
Date: 2010-06-09 20:50:14


Author: steven_watanabe
Date: 2010-06-09 20:50:10 EDT (Wed, 09 Jun 2010)
New Revision: 62703
URL: http://svn.boost.org/trac/boost/changeset/62703

Log:
Update the list of libraries that require building. Fixes #2254.
Text files modified:
   trunk/more/getting_started/detail/header-only.rst | 8 ++++++++
   trunk/more/getting_started/detail/links.rst | 4 ++++
   trunk/more/getting_started/unix-variants.html | 6 ++++++
   trunk/more/getting_started/windows.html | 6 ++++++
   4 files changed, 24 insertions(+), 0 deletions(-)

Modified: trunk/more/getting_started/detail/header-only.rst
==============================================================================
--- trunk/more/getting_started/detail/header-only.rst (original)
+++ trunk/more/getting_started/detail/header-only.rst 2010-06-09 20:50:10 EDT (Wed, 09 Jun 2010)
@@ -20,7 +20,9 @@
 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 @@
 * 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**.

Modified: trunk/more/getting_started/detail/links.rst
==============================================================================
--- trunk/more/getting_started/detail/links.rst (original)
+++ trunk/more/getting_started/detail/links.rst 2010-06-09 20:50:10 EDT (Wed, 09 Jun 2010)
@@ -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

Modified: trunk/more/getting_started/unix-variants.html
==============================================================================
--- trunk/more/getting_started/unix-variants.html (original)
+++ trunk/more/getting_started/unix-variants.html 2010-06-09 20:50:10 EDT (Wed, 09 Jun 2010)
@@ -186,7 +186,9 @@
 <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 @@
 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>

Modified: trunk/more/getting_started/windows.html
==============================================================================
--- trunk/more/getting_started/windows.html (original)
+++ trunk/more/getting_started/windows.html 2010-06-09 20:50:10 EDT (Wed, 09 Jun 2010)
@@ -183,7 +183,9 @@
 <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 @@
 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>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk