summaryrefslogtreecommitdiff
path: root/more/getting_started/detail/build-from-source-head.rst
diff options
context:
space:
mode:
Diffstat (limited to 'more/getting_started/detail/build-from-source-head.rst')
-rw-r--r--more/getting_started/detail/build-from-source-head.rst15
1 files changed, 11 insertions, 4 deletions
diff --git a/more/getting_started/detail/build-from-source-head.rst b/more/getting_started/detail/build-from-source-head.rst
index f03164860b..52f5b0e857 100644
--- a/more/getting_started/detail/build-from-source-head.rst
+++ b/more/getting_started/detail/build-from-source-head.rst
@@ -39,7 +39,10 @@ Identify Your Toolset
.....................
First, find the toolset corresponding to your compiler in the
-following table.
+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
.. Note:: If you previously chose a toolset for the purposes of
`building bjam`_, you should assume it won't work and instead
@@ -82,8 +85,6 @@ following table.
+-----------+--------------------+-----------------------------+
|``intel`` |Intel | |
+-----------+--------------------+-----------------------------+
-|``kylix`` |Borland | |
-+-----------+--------------------+-----------------------------+
|``msvc`` |Microsoft | |
+-----------+--------------------+-----------------------------+
|``qcc`` |QNX Software Systems| |
@@ -126,4 +127,10 @@ invoke ``bjam`` as follows:
.. parsed-literal::
- bjam **--build-dir=**\ |build-directory|_ **--toolset=**\ |toolset-name|_ |build-type-complete| stage
+ bjam **--build-dir=**\ |build-directory|_ **toolset=**\ |toolset-name|_ |build-type-complete| stage
+
+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
+