From 6e2f38ef7c030e16d420716bcccb19dab92d6169 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 25 Aug 2014 19:36:39 +0400 Subject: [PATCH] Adjust getting started guide to Boost.Build location change. --- more/getting_started/detail/build-from-source-head.rst | 2 +- more/getting_started/unix-variants.html | 2 +- more/getting_started/windows.html | 2 +- 3 files changed, 3 insertions(+), 3 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 diff --git a/more/getting_started/unix-variants.html b/more/getting_started/unix-variants.html index ed6dd267b1..a13c20b94a 100644 --- a/more/getting_started/unix-variants.html +++ b/more/getting_started/unix-variants.html @@ -320,7 +320,7 @@ separately. See the -
  • Go to the directory tools/build/v2/.
  • +
  • Go to the directory tools/build/.
  • Run bootstrap.sh
  • Run b2 install --prefix=PREFIX where PREFIX is the directory where you want Boost.Build to be installed
  • diff --git a/more/getting_started/windows.html b/more/getting_started/windows.html index 23829f6513..b2d05979a5 100644 --- a/more/getting_started/windows.html +++ b/more/getting_started/windows.html @@ -379,7 +379,7 @@ separately. See the
    -
  • Go to the directory tools\build\v2\.
  • +
  • Go to the directory tools\build\.
  • Run bootstrap.bat
  • Run b2 install --prefix=PREFIX where PREFIX is the directory where you want Boost.Build to be installed