From cb2cc4cd642d9bbf3595ed35efa504c577e2cffb Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Wed, 9 Jun 2010 01:05:22 +0000 Subject: [PATCH] Changed references to --with-* and --without-* to --with-libraries; fixes #3433 [SVN r62624] --- .../detail/build-from-source-tail.rst | 4 +- getting_started/unix-variants.html | 182 +++++++++--------- getting_started/unix-variants.rst | 2 +- getting_started/windows.html | 182 +++++++++--------- 4 files changed, 185 insertions(+), 185 deletions(-) diff --git a/getting_started/detail/build-from-source-tail.rst b/getting_started/detail/build-from-source-tail.rst index 0168c34..2cc8ba6 100644 --- a/getting_started/detail/build-from-source-tail.rst +++ b/getting_started/detail/build-from-source-tail.rst @@ -18,8 +18,8 @@ In particular, to limit the amount of time spent building, you may be interested in: * reviewing the list of library names with ``--show-libraries`` -* limiting which libraries get built with the ``--with-``\ - *library-name* or ``--without-``\ *library-name* options +* limiting which libraries get built with the ``--with-libraries=``\ + *library-name-list* option * choosing a specific build variant by adding ``release`` or ``debug`` to the command line. diff --git a/getting_started/unix-variants.html b/getting_started/unix-variants.html index 3f64049..66912a2 100644 --- a/getting_started/unix-variants.html +++ b/getting_started/unix-variants.html @@ -40,10 +40,10 @@
  • 5   Prepare to Use a Boost Library Binary

    It's important to note the following:

      -
    1. The path to the boost root directory (often /usr/local/boost_1_44_0) is -sometimes referred to as $BOOST_ROOT in documentation and +

    2. The path to the boost root directory (often /usr/local/boost_1_44_0) is +sometimes referred to as $BOOST_ROOT in documentation and mailing lists .

    3. To compile anything in Boost, you need a directory containing -the boost/ subdirectory in your #include path.

      +the boost/ subdirectory in your #include path.

    4. -
    5. Since all of Boost's header files have the .hpp extension, -and live in the boost/ subdirectory of the boost root, your -Boost #include directives will look like:

      +
    6. Since all of Boost's header files have the .hpp extension, +and live in the boost/ subdirectory of the boost root, your +Boost #include directives will look like:

       #include <boost/whatever.hpp>
       
      @@ -156,9 +156,9 @@ Boost #include directives will look like:

      depending on your preference regarding the use of angle bracket includes.

    7. -
    8. Don't be distracted by the doc/ subdirectory; it only +

    9. Don't be distracted by the doc/ subdirectory; it only contains a subset of the Boost documentation. Start with -libs/index.html if you're looking for the whole enchilada.

      +libs/index.html if you're looking for the whole enchilada.

    @@ -194,7 +194,7 @@ before building and installing it)
  • A few libraries have optional separately-compiled binaries: