From 30237aa61876a0ec149c29716e2c0b84f721bdb0 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 17 Dec 2006 11:49:07 +0000 Subject: [PATCH] * Say something accurate about Boost.Test * Fix a windows shell line terminator * Improve Boost lib documentation link [SVN r36442] --- getting_started.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/getting_started.rst b/getting_started.rst index 4d44753..4a9fcba 100644 --- a/getting_started.rst +++ b/getting_started.rst @@ -238,7 +238,8 @@ 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.Test_ ... **Waiting for Gennadiy to tell me what to say here.** +* Boost.Test_ can be used in “header-only” or “separately compiled” + mode, although separate compilation is recommended for serious use. __ ../libs/graph/doc/read_graphviz.html @@ -728,7 +729,7 @@ in |winroot-default|\ ``\lib``: .. parsed-literal:: - cl /EHsc /I |winroot| example.cpp **\\** + cl /EHsc /I |winroot| example.cpp **^** **/link /LIBPATH:** |bold-winroot-default|\ **\\lib** |next|__ @@ -943,7 +944,7 @@ mailing list`_. * `Boost Users' mailing list`_ * `Boost.Build mailing list`_ * `Boost.Build Wiki`_ -* Index of `All Library Documentation`_ +* `Index of all Boost library documentation`_ * Library-specific Configuration and Build Details - Boost.Python__ @@ -955,7 +956,7 @@ mailing list`_. -.. _All Library Documentation: ../libs/index.html +.. _Index of all Boost library documentation: ../libs/index.html .. Admonition:: Onward