diff --git a/getting_started/detail/build-from-source-head.rst b/getting_started/detail/build-from-source-head.rst index 6807ab6..e00e07e 100644 --- a/getting_started/detail/build-from-source-head.rst +++ b/getting_started/detail/build-from-source-head.rst @@ -28,7 +28,7 @@ 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`__). -__ http://www.boost.org/boost-build2/doc/html/bbv2/reference/tools.html +__ http://www.boost.org/build/doc/html/bbv2/reference/tools.html .. Note:: If you previously chose a toolset for the purposes of `building b2`_, you should assume it won't work and instead @@ -107,5 +107,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/boost-build2/doc/html/bbv2/advanced/invocation.html +__ http://www.boost.org/build/doc/html/bbv2/overview/invocation.html diff --git a/getting_started/detail/build-from-source-tail.rst b/getting_started/detail/build-from-source-tail.rst index dd782ac..b05c6a5 100644 --- a/getting_started/detail/build-from-source-tail.rst +++ b/getting_started/detail/build-from-source-tail.rst @@ -70,4 +70,4 @@ linker, consider setting up a ``user-config.jam`` file as described doesn't work for you, please address questions about configuring Boost for your compiler to the `Boost.Build mailing list`_. -__ http://www.boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html +__ http://www.boost.org/build/doc/html/bbv2/overview/configuration.html diff --git a/getting_started/unix-variants.html b/getting_started/unix-variants.html index 09d3052..aa0e18d 100644 --- a/getting_started/unix-variants.html +++ b/getting_started/unix-variants.html @@ -330,7 +330,7 @@ the directory where you want Boost.Build to be installed
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
@@ -425,7 +425,7 @@ invoke b2 as follows: b2 --build-dir=build-directory toolset=toolset-name stageFor a complete description of these and other invocation options, -please see the Boost.Build documentation.
+please see the Boost.Build documentation.For example, your session might look like this:
$ cd ~/boost_1_58_0 @@ -499,7 +499,7 @@ packages for libz and libbz2 if you need those features. Other errors when building Boost libraries are cause for concern.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 +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.
diff --git a/getting_started/windows.html b/getting_started/windows.html index 765d429..eb4004d 100644 --- a/getting_started/windows.html +++ b/getting_started/windows.html @@ -357,7 +357,7 @@ bootstrap
The first command prepares the Boost.Build system for use. The second command invokes Boost.Build to build the separately-compiled Boost -libraries. Please consult the Boost.Build documentation for a list +libraries. Please consult the Boost.Build documentation for a list of allowed options.
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
@@ -487,7 +487,7 @@ invoke b2 as follows: b2 --build-dir=build-directory toolset=toolset-name --build-type=complete stageFor a complete description of these and other invocation options, -please see the Boost.Build documentation.
+please see the Boost.Build documentation.For example, your session might look like this:3
C:\WINDOWS> cd C:\Program Files\boost\boost_1_58_0 @@ -568,7 +568,7 @@ packages for libz and libbz2 if you need those features. Other errors when building Boost libraries are cause for concern.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 +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.
diff --git a/getting_started/windows.rst b/getting_started/windows.rst index 29d5b5e..261ff0f 100644 --- a/getting_started/windows.rst +++ b/getting_started/windows.rst @@ -183,7 +183,7 @@ command invokes Boost.Build to build the separately-compiled Boost libraries. Please consult the `Boost.Build documentation`__ for a list of allowed options. -__ http://www.boost.org/boost-build2/doc/html/bbv2/overview/invocation.html +__ http://www.boost.org/build/doc/html/bbv2/overview/invocation.html Or, Build Binaries From Source ------------------------------