summaryrefslogtreecommitdiff
path: root/more/getting_started/detail
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2014-08-25 19:36:39 +0400
committerVladimir Prus <vladimir@codesourcery.com>2014-08-25 19:37:25 +0400
commit6e2f38ef7c030e16d420716bcccb19dab92d6169 (patch)
tree92f099e25afc27b60b28573291563e9b3c80ac86 /more/getting_started/detail
parent05dfdcd04e02cc533b060edd53a8d261671ad0c0 (diff)
downloadboost-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.rst2
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