diff --git a/getting_started/detail/build-from-source-tail.rst b/getting_started/detail/build-from-source-tail.rst index 0168c34..78035c3 100644 --- a/getting_started/detail/build-from-source-tail.rst +++ b/getting_started/detail/build-from-source-tail.rst @@ -3,8 +3,9 @@ .. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Building the special ``stage`` target places Boost -library binaries in the ``stage``\ |/|\ ``lib``\ |/| subdirectory of your `build -directory`_. +library binaries in the ``stage``\ |/|\ ``lib``\ |/| subdirectory of +the Boost tree. To use a different directory pass the +``--stagedir=``\ *directory* option to ``bjam``. .. Note:: ``bjam`` is case-sensitive; it is important that all the parts shown in **bold** type above be entirely lower-case. diff --git a/getting_started/unix-variants.html b/getting_started/unix-variants.html index 79c8920..c90d5b2 100644 --- a/getting_started/unix-variants.html +++ b/getting_started/unix-variants.html @@ -448,8 +448,9 @@ $ bjam --build-dir=/tmp/build-boost toolset=gc

Building the special stage target places Boost -library binaries in the stage/lib/ subdirectory of your build -directory.

+library binaries in the stage/lib/ subdirectory of +the Boost tree. To use a different directory pass the +--stagedir=directory option to bjam.

Note

bjam is case-sensitive; it is important that all the diff --git a/getting_started/windows.html b/getting_started/windows.html index e983e88..63e6f2e 100644 --- a/getting_started/windows.html +++ b/getting_started/windows.html @@ -539,8 +539,9 @@ list.

Building the special stage target places Boost -library binaries in the stage\lib\ subdirectory of your build -directory.

+library binaries in the stage\lib\ subdirectory of +the Boost tree. To use a different directory pass the +--stagedir=directory option to bjam.

Note

bjam is case-sensitive; it is important that all the