diff --git a/getting_started/detail/build-from-source-head.rst b/getting_started/detail/build-from-source-head.rst index f72fecb..d7d8d6a 100644 --- a/getting_started/detail/build-from-source-head.rst +++ b/getting_started/detail/build-from-source-head.rst @@ -15,7 +15,7 @@ install it. To do this: the directory where you want Boost.Build to be installed 4. Add *PREFIX*\ |/|\ ``bin`` to your PATH environment variable. -.. _Boost.Build: ../../tools/build/index.html +.. _Boost.Build: ../../tools/build/doc/html/index.html .. _Boost.Build documentation: Boost.Build_ .. _toolset: @@ -28,13 +28,13 @@ First, find the toolset corresponding to your compiler in the following table (an up-to-date list is always available `in the Boost.Build documentation`__). -__ https://boostorg.github.io/build/manual/develop/index.html#bbv2.reference.tools +__ ../../tools/build/doc/html/index.html#bbv2.reference.tools .. Note:: If you previously chose a toolset for the purposes of `building b2`_, you should assume it won't work and instead choose newly from the table below. -.. _building b2: ../../doc/html/bbv2/installation.html +.. _building b2: ../../tools/build/doc/html/index.html#bbv2.installation +-----------+--------------------+------------------------------------------------------------+ |Toolset |Vendor |Notes | @@ -109,5 +109,5 @@ invoke ``b2`` as follows: For a complete description of these and other invocation options, please see the `Boost.Build documentation`__. -__ http://www.boost.org/build/doc/html/bbv2/overview/invocation.html +__ ../../tools/build/doc/html/index.html#bbv2.overview.invocation diff --git a/getting_started/detail/build-from-source-tail.rst b/getting_started/detail/build-from-source-tail.rst index b05c6a5..e4719f8 100644 --- a/getting_started/detail/build-from-source-tail.rst +++ b/getting_started/detail/build-from-source-tail.rst @@ -68,6 +68,6 @@ If it seems like the build system can't find your compiler and/or linker, consider setting up a ``user-config.jam`` file as described `here`__. If that isn't your problem or the ``user-config.jam`` file doesn't work for you, please address questions about configuring Boost -for your compiler to the `Boost.Build mailing list`_. +for your compiler to the `Boost Users' mailing list`_. -__ http://www.boost.org/build/doc/html/bbv2/overview/configuration.html +__ ../../tools/build/doc/html/index.html#bbv2.overview.configuration diff --git a/getting_started/detail/conclusion.rst b/getting_started/detail/conclusion.rst index 44fb120..4f1a178 100644 --- a/getting_started/detail/conclusion.rst +++ b/getting_started/detail/conclusion.rst @@ -16,7 +16,6 @@ mailing list`_. * `Boost.Build reference manual`_ * `Boost Users' mailing list`_ -* `Boost.Build mailing list`_ * `Index of all Boost library documentation`_ .. _Index of all Boost library documentation: ../../libs/index.html @@ -29,7 +28,6 @@ mailing list`_. -- the Boost Developers -.. _Boost.Build reference manual: ../../tools/build/index.html +.. _Boost.Build reference manual: ../../tools/build/doc/html/index.html .. _Boost Users' mailing list: http://www.boost.org/more/mailing_lists.htm#users -.. _Boost.Build mailing list: http://www.boost.org/more/mailing_lists.htm#jamboost diff --git a/getting_started/unix-variants.html b/getting_started/unix-variants.html index 196f7b2..3c1107b 100644 --- a/getting_started/unix-variants.html +++ b/getting_started/unix-variants.html @@ -301,16 +301,16 @@ path in place of the Boost root directory.
If you're using a compiler other than your system's default, you'll -need to use Boost.Build to create binaries.
+need to use Boost.Build to create binaries.You'll also use this method if you need a nonstandard build variant (see the -Boost.Build documentation for more details).
+Boost.Build documentation for more details).Boost.Build is a text-based system for developing, testing, and +
Boost.Build is a text-based system for developing, testing, and installing software. First, you'll need to build and install it. To do this:
First, find the toolset corresponding to your compiler in the -following table (an up-to-date list is always available in the +following table (an up-to-date list is always available in the Boost.Build documentation).
Note
If you previously chose a toolset for the purposes of -building b2, you should assume it won't work and instead +building b2, you should assume it won't work and instead choose newly from the table below.