mirror of
https://github.com/boostorg/more.git
synced 2025-03-13 11:40:11 +08:00
Adjust getting started guide to Boost.Build location change.
This commit is contained in:
parent
14b1f85b5d
commit
0ebea5ba4d
@ -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
|
||||
|
@ -320,7 +320,7 @@ separately. See the <a class="reference external" href="https://svn.boost.org/t
|
||||
installing software. First, you'll need to build and
|
||||
install it. To do this:</p>
|
||||
<ol class="arabic simple">
|
||||
<li>Go to the directory <tt class="docutils literal">tools</tt><tt class="docutils literal">/</tt><tt class="docutils literal">build</tt><tt class="docutils literal">/</tt><tt class="docutils literal">v2</tt><tt class="docutils literal">/</tt>.</li>
|
||||
<li>Go to the directory <tt class="docutils literal">tools</tt><tt class="docutils literal">/</tt><tt class="docutils literal">build</tt><tt class="docutils literal">/</tt>.</li>
|
||||
<li>Run <tt class="docutils literal">bootstrap.sh</tt></li>
|
||||
<li>Run <tt class="docutils literal">b2 install <span class="pre">--prefix=</span></tt><em>PREFIX</em> where <em>PREFIX</em> is
|
||||
the directory where you want Boost.Build to be installed</li>
|
||||
|
@ -379,7 +379,7 @@ separately. See the <a class="reference external" href="https://svn.boost.org/t
|
||||
installing software. First, you'll need to build and
|
||||
install it. To do this:</p>
|
||||
<ol class="arabic simple">
|
||||
<li>Go to the directory <tt class="docutils literal">tools</tt><tt class="docutils literal">\</tt><tt class="docutils literal">build</tt><tt class="docutils literal">\</tt><tt class="docutils literal">v2</tt><tt class="docutils literal">\</tt>.</li>
|
||||
<li>Go to the directory <tt class="docutils literal">tools</tt><tt class="docutils literal">\</tt><tt class="docutils literal">build</tt><tt class="docutils literal">\</tt>.</li>
|
||||
<li>Run <tt class="docutils literal">bootstrap.bat</tt></li>
|
||||
<li>Run <tt class="docutils literal">b2 install <span class="pre">--prefix=</span></tt><em>PREFIX</em> where <em>PREFIX</em> is
|
||||
the directory where you want Boost.Build to be installed</li>
|
||||
|
Loading…
Reference in New Issue
Block a user