diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2014-08-25 19:36:39 +0400 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2014-08-25 19:37:25 +0400 |
commit | 6e2f38ef7c030e16d420716bcccb19dab92d6169 (patch) | |
tree | 92f099e25afc27b60b28573291563e9b3c80ac86 /more/getting_started/detail | |
parent | 05dfdcd04e02cc533b060edd53a8d261671ad0c0 (diff) | |
download | boost-6e2f38ef7c030e16d420716bcccb19dab92d6169.tar.gz |
Adjust getting started guide to Boost.Build location change.
Diffstat (limited to 'more/getting_started/detail')
-rw-r--r-- | more/getting_started/detail/build-from-source-head.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/more/getting_started/detail/build-from-source-head.rst b/more/getting_started/detail/build-from-source-head.rst index 3f16e486f1..6807ab694a 100644 --- a/more/getting_started/detail/build-from-source-head.rst +++ b/more/getting_started/detail/build-from-source-head.rst @@ -9,7 +9,7 @@ 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: -1. Go to the directory ``tools``\ |/|\ ``build``\ |/|\ ``v2``\ |/|. +1. Go to the directory ``tools``\ |/|\ ``build``\ |/|. 2. Run |bootstrap| 3. Run ``b2 install --prefix=``\ *PREFIX* where *PREFIX* is the directory where you want Boost.Build to be installed |