|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r74232 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2011-09-04 14:47:28
Author: jewillco
Date: 2011-09-04 14:47:27 EDT (Sun, 04 Sep 2011)
New Revision: 74232
URL: http://svn.boost.org/trac/boost/changeset/74232
Log:
Added requirement to link to Boost.Regex
Text files modified:
trunk/libs/graph/doc/read_graphviz.html | 4 ++--
trunk/libs/graph/doc/read_graphviz.rst | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: trunk/libs/graph/doc/read_graphviz.html
==============================================================================
--- trunk/libs/graph/doc/read_graphviz.html (original)
+++ trunk/libs/graph/doc/read_graphviz.html 2011-09-04 14:47:27 EDT (Sun, 04 Sep 2011)
@@ -181,8 +181,8 @@
<div class="section" id="building-the-graphviz-readers">
<h1><a class="toc-backref" href="#id5">Building the GraphViz Readers</a></h1>
<p>To use the GraphViz readers, you will need to build and link against
-the "boost_graph" library. The library can be built by following the
-<a class="reference external" href="../../../more/getting_started.html#Build_Install">Boost Jam Build Instructions</a> for the subdirectory <tt class="docutils literal"><span class="pre">libs/graph/build</span></tt>.</p>
+the "boost_graph" and "boost_regex" libraries. These libraries can be built by following the
+<a class="reference external" href="../../../more/getting_started.html#Build_Install">Boost Jam Build Instructions</a> for the subdirectories <tt class="docutils literal"><span class="pre">libs/graph/build</span></tt> and <tt class="docutils literal"><span class="pre">libs/regex/build</span></tt>.</p>
</div>
<div class="section" id="notes">
<h1><a class="toc-backref" href="#id6">Notes</a></h1>
Modified: trunk/libs/graph/doc/read_graphviz.rst
==============================================================================
--- trunk/libs/graph/doc/read_graphviz.rst (original)
+++ trunk/libs/graph/doc/read_graphviz.rst 2011-09-04 14:47:27 EDT (Sun, 04 Sep 2011)
@@ -182,8 +182,8 @@
Building the GraphViz Readers
-----------------------------
To use the GraphViz readers, you will need to build and link against
-the "boost_graph" library. The library can be built by following the
-`Boost Jam Build Instructions`_ for the subdirectory ``libs/graph/build``.
+the "boost_graph" and "boost_regex" libraries. These libraries can be built by following the
+`Boost Jam Build Instructions`_ for the subdirectories ``libs/graph/build`` and ``libs/regex/build``.
Notes
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