diff --git a/more/getting_started/detail/build-from-source-tail.rst b/more/getting_started/detail/build-from-source-tail.rst index 2cc8ba6ee8..0168c345b1 100644 --- a/more/getting_started/detail/build-from-source-tail.rst +++ b/more/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-libraries=``\ - *library-name-list* option +* limiting which libraries get built with the ``--with-``\ + *library-name* or ``--without-``\ *library-name* options * choosing a specific build variant by adding ``release`` or ``debug`` to the command line. diff --git a/more/getting_started/index.html b/more/getting_started/index.html index 3722fe7817..2dacec0823 100644 --- a/more/getting_started/index.html +++ b/more/getting_started/index.html @@ -2,15 +2,21 @@ + - + Boost Getting Started + +
+

Getting Started

+ + @@ -52,6 +58,7 @@ your actual name.

Ready?

Let's go!

+ + diff --git a/more/getting_started/unix-variants.html b/more/getting_started/unix-variants.html index 66912a2eb8..79c892014e 100644 --- a/more/getting_started/unix-variants.html +++ b/more/getting_started/unix-variants.html @@ -2,16 +2,22 @@ + - + Boost Getting Started on Unix Variants + +
+

Getting Started on Unix Variants

+ + @@ -40,10 +46,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 +162,9 @@ Boost #include direct

      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 +200,7 @@ before building and installing it)

    A few libraries have optional separately-compiled binaries: