Skip to content

Commit 87f6449

Browse files
committed
Bump to version 1.64.0.
1 parent fe70ce8 commit 87f6449

File tree

4 files changed

+47
-47
lines changed

4 files changed

+47
-47
lines changed

more/getting_started/detail/release-variables.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
.. This file contains all the definitions that need to be updated
66
.. for each new release of Boost.
77
8-
.. |boost-version-number| replace:: 1.63.0
9-
.. |boost_ver| replace:: ``boost_1_63_0``
10-
.. |boost_ver-bold| replace:: **boost_1_63_0**
8+
.. |boost-version-number| replace:: 64
9+
.. |boost_ver| replace:: ``boost_1_64_0``
10+
.. |boost_ver-bold| replace:: **boost_1_64_0**
1111

12-
.. _sf-download: http://www.boost.org/users/history/version_1_63_0.html
12+
.. _sf-download: http://www.boost.org/users/history/version_1_64_0.html

more/getting_started/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" />
6+
<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
77
<title>Boost Getting Started</title>
88
<link rel="stylesheet" href="../../rst.css" type="text/css" />
99
</head>
@@ -14,7 +14,7 @@ <h1 class="title"><a class="reference external" href="../../index.htm"><img alt=
1414
<!-- Copyright David Abrahams 2006. Distributed under the Boost -->
1515
<!-- Software License, Version 1.0. (See accompanying -->
1616
<!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
17-
<div class="admonition-use-the-latest-version-of-this-getting-started-guide admonition">
17+
<div class="admonition admonition-use-the-latest-version-of-this-getting-started-guide">
1818
<p class="first admonition-title">Use the latest version of this Getting Started guide</p>
1919
<p class="last">The <a class="reference external" href="http://www.boost.org/more/getting_started/index.html">Boost website version of this Getting Started guide</a> may
2020
have updated information, such as the location of additional installers

more/getting_started/unix-variants.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" />
6+
<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
77
<title>Boost Getting Started on Unix Variants</title>
88
<meta content="Getting Started with Boost on Unix Variants (including Linux and MacOS)" name="description" />
99
<link rel="stylesheet" href="../../rst.css" type="text/css" />
@@ -61,18 +61,18 @@ <h1 class="title"><a class="reference external" href="../../index.htm"><img alt=
6161
<div class="section" id="get-boost">
6262
<h1><a class="toc-backref" href="#id20">1&nbsp;&nbsp;&nbsp;Get Boost</a></h1>
6363
<p>The most reliable way to get a copy of Boost is to download a
64-
distribution from <a class="reference external" href="http://www.boost.org/users/history/version_1_63_0.html">SourceForge</a>:</p>
64+
distribution from <a class="reference external" href="http://www.boost.org/users/history/version_1_64_0.html">SourceForge</a>:</p>
6565
<ol class="arabic">
66-
<li><p class="first">Download <a class="reference external" href="http://www.boost.org/users/history/version_1_63_0.html"><tt class="docutils literal">boost_1_63_0</tt><tt class="docutils literal">.tar.bz2</tt></a>.</p>
66+
<li><p class="first">Download <a class="reference external" href="http://www.boost.org/users/history/version_1_64_0.html"><tt class="docutils literal">boost_1_64_0</tt><tt class="docutils literal">.tar.bz2</tt></a>.</p>
6767
</li>
6868
<li><p class="first">In the directory where you want to put the Boost installation,
6969
execute</p>
7070
<pre class="literal-block">
71-
tar --bzip2 -xf <em>/path/to/</em><tt class="docutils literal">boost_1_63_0</tt>.tar.bz2
71+
tar --bzip2 -xf <em>/path/to/</em><tt class="docutils literal">boost_1_64_0</tt>.tar.bz2
7272
</pre>
7373
</li>
7474
</ol>
75-
<div class="admonition-other-packages admonition">
75+
<div class="admonition admonition-other-packages">
7676
<p class="first admonition-title">Other Packages</p>
7777
<p class="last">RedHat, Debian, and other distribution packagers supply Boost
7878
library packages, however you may need to adapt these
@@ -81,7 +81,7 @@ <h1><a class="toc-backref" href="#id20">1&nbsp;&nbsp;&nbsp;Get Boost</a></h1>
8181
reorganize the directory structure of the Boost distribution,
8282
and/or rename the library binaries.<a class="footnote-reference" href="#packagers" id="id2"><sup>1</sup></a> If you have
8383
any trouble, we suggest using an official Boost distribution
84-
from <a class="reference external" href="http://www.boost.org/users/history/version_1_63_0.html">SourceForge</a>.</p>
84+
from <a class="reference external" href="http://www.boost.org/users/history/version_1_64_0.html">SourceForge</a>.</p>
8585
</div>
8686
<!-- Copyright David Abrahams 2006. Distributed under the Boost -->
8787
<!-- Software License, Version 1.0. (See accompanying -->
@@ -91,7 +91,7 @@ <h1><a class="toc-backref" href="#id20">1&nbsp;&nbsp;&nbsp;Get Boost</a></h1>
9191
<h1><a class="toc-backref" href="#id21">2&nbsp;&nbsp;&nbsp;The Boost Distribution</a></h1>
9292
<p>This is a sketch of the resulting directory structure:</p>
9393
<pre class="literal-block">
94-
<strong>boost_1_63_0</strong><strong>/</strong> .................<em>The “boost root directory”</em>
94+
<strong>boost_1_64_0</strong><strong>/</strong> .................<em>The “boost root directory”</em>
9595
<strong>index.htm</strong> .........<em>A copy of www.boost.org starts here</em>
9696
<strong>boost</strong><strong>/</strong> .........................<em>All Boost Header files</em>
9797
<tt class="docutils literal"> </tt>
@@ -136,7 +136,7 @@ <h1><a class="toc-backref" href="#id21">2&nbsp;&nbsp;&nbsp;The Boost Distributio
136136
</div>
137137
<p>It's important to note the following:</p>
138138
<ol class="arabic" id="boost-root-directory">
139-
<li><p class="first">The path to the <strong>boost root directory</strong> (often <tt class="docutils literal">/usr/local/</tt><tt class="docutils literal">boost_1_63_0</tt>) is
139+
<li><p class="first">The path to the <strong>boost root directory</strong> (often <tt class="docutils literal">/usr/local/</tt><tt class="docutils literal">boost_1_64_0</tt>) is
140140
sometimes referred to as <tt class="docutils literal">$BOOST_ROOT</tt> in documentation and
141141
mailing lists .</p>
142142
</li>
@@ -169,7 +169,7 @@ <h1><a class="toc-backref" href="#id21">2&nbsp;&nbsp;&nbsp;The Boost Distributio
169169
<h1><a class="toc-backref" href="#id22">3&nbsp;&nbsp;&nbsp;Header-Only Libraries</a></h1>
170170
<p>The first thing many people want to know is, “how do I build
171171
Boost?” The good news is that often, there's nothing to build.</p>
172-
<div class="admonition-nothing-to-build admonition">
172+
<div class="admonition admonition-nothing-to-build">
173173
<p class="first admonition-title">Nothing to Build?</p>
174174
<p class="last">Most Boost libraries are <strong>header-only</strong>: they consist <em>entirely
175175
of header files</em> containing templates and inline functions, and
@@ -246,7 +246,7 @@ <h1><a class="toc-backref" href="#id23">4&nbsp;&nbsp;&nbsp;Build a Simple Progra
246246
<p>Now, in the directory where you saved <tt class="docutils literal">example.cpp</tt>, issue the
247247
following command:</p>
248248
<pre class="literal-block">
249-
c++ -I <em>path/to/</em><tt class="docutils literal">boost_1_63_0</tt> example.cpp -o example
249+
c++ -I <em>path/to/</em><tt class="docutils literal">boost_1_64_0</tt> example.cpp -o example
250250
</pre>
251251
<p>To test the result, type:</p>
252252
<pre class="literal-block">
@@ -277,7 +277,7 @@ <h2><a class="toc-backref" href="#id26">5.1&nbsp;&nbsp;&nbsp;Easy Build and Inst
277277
<p>Issue the following commands in the shell (don't type <tt class="docutils literal">$</tt>; that
278278
represents the shell's prompt):</p>
279279
<pre class="literal-block">
280-
<strong>$</strong> cd <em>path/to/</em><tt class="docutils literal">boost_1_63_0</tt>
280+
<strong>$</strong> cd <em>path/to/</em><tt class="docutils literal">boost_1_64_0</tt>
281281
<strong>$</strong> ./bootstrap.sh --help
282282
</pre>
283283
<p>Select your configuration options and invoke <tt class="docutils literal">./bootstrap.sh</tt> again
@@ -328,7 +328,7 @@ <h3><a class="toc-backref" href="#id28">5.2.1&nbsp;&nbsp;&nbsp;Install Boost.Bui
328328
<p>First, find the toolset corresponding to your compiler in the
329329
following table (an up-to-date list is always available <a class="reference external" href="http://www.boost.org/build/doc/html/bbv2/reference/tools.html">in the
330330
Boost.Build documentation</a>).</p>
331-
<div class="note">
331+
<div class="admonition note">
332332
<p class="first admonition-title">Note</p>
333333
<p class="last">If you previously chose a toolset for the purposes of
334334
<a class="reference external" href="../../doc/html/bbv2/installation.html">building b2</a>, you should assume it won't work and instead
@@ -426,7 +426,7 @@ <h3><a class="toc-backref" href="#id31">5.2.4&nbsp;&nbsp;&nbsp;Invoke <tt class=
426426
please see the <a class="reference external" href="http://www.boost.org/build/doc/html/bbv2/overview/invocation.html">Boost.Build documentation</a>.</p>
427427
<p>For example, your session might look like this:</p>
428428
<pre class="literal-block">
429-
$ cd ~/<tt class="docutils literal">boost_1_63_0</tt>
429+
$ cd ~/<tt class="docutils literal">boost_1_64_0</tt>
430430
$ b2 <strong>--build-dir=</strong>/tmp/build-boost <strong>toolset=</strong>gcc stage
431431
</pre>
432432
<p>That will build static and shared non-debug multi-threaded variants of the libraries. To build all variants, pass the additional option, “<tt class="docutils literal"><span class="pre">--build-type=complete</span></tt>”.</p>
@@ -437,7 +437,7 @@ <h3><a class="toc-backref" href="#id31">5.2.4&nbsp;&nbsp;&nbsp;Invoke <tt class=
437437
library binaries in the <tt class="docutils literal">stage</tt><tt class="docutils literal">/</tt><tt class="docutils literal">lib</tt><tt class="docutils literal">/</tt> subdirectory of
438438
the Boost tree. To use a different directory pass the
439439
<tt class="docutils literal"><span class="pre">--stagedir=</span></tt><em>directory</em> option to <tt class="docutils literal">b2</tt>.</p>
440-
<div class="note">
440+
<div class="admonition note">
441441
<p class="first admonition-title">Note</p>
442442
<p class="last"><tt class="docutils literal">b2</tt> is case-sensitive; it is important that all the
443443
parts shown in <strong>bold</strong> type above be entirely lower-case.</p>
@@ -455,7 +455,7 @@ <h3><a class="toc-backref" href="#id31">5.2.4&nbsp;&nbsp;&nbsp;Invoke <tt class=
455455
<li>choosing a specific build variant by adding <tt class="docutils literal">release</tt> or
456456
<tt class="docutils literal">debug</tt> to the command line.</li>
457457
</ul>
458-
<div class="note">
458+
<div class="admonition note">
459459
<p class="first admonition-title">Note</p>
460460
<p class="last">Boost.Build can produce a great deal of output, which can
461461
make it easy to miss problems. If you want to make sure
@@ -542,14 +542,14 @@ <h1><a class="toc-backref" href="#id34">6&nbsp;&nbsp;&nbsp;Link Your Program to
542542
<ol class="upperalpha">
543543
<li><p class="first">You can specify the full path to each library:</p>
544544
<pre class="literal-block">
545-
$ c++ -I <em>path/to/</em><tt class="docutils literal">boost_1_63_0</tt> example.cpp -o example <strong>\</strong>
545+
$ c++ -I <em>path/to/</em><tt class="docutils literal">boost_1_64_0</tt> example.cpp -o example <strong>\</strong>
546546
<strong>~/boost/stage/lib/libboost_regex-gcc34-mt-d-1_36.a</strong>
547547
</pre>
548548
</li>
549549
<li><p class="first">You can separately specify a directory to search (with <tt class="docutils literal"><span class="pre">-L</span></tt><em>directory</em>) and a library name to search for (with <tt class="docutils literal"><span class="pre">-l</span></tt><em>library</em>,<a class="footnote-reference" href="#lowercase-l" id="id15"><sup>2</sup></a> dropping the filename's leading <tt class="docutils literal">lib</tt> and trailing
550550
suffix (<tt class="docutils literal">.a</tt> in this case):</p>
551551
<pre class="literal-block">
552-
$ c++ -I <em>path/to/</em><tt class="docutils literal">boost_1_63_0</tt> example.cpp -o example <strong>\</strong>
552+
$ c++ -I <em>path/to/</em><tt class="docutils literal">boost_1_64_0</tt> example.cpp -o example <strong>\</strong>
553553
<strong>-L~/boost/stage/lib/ -lboost_regex-gcc34-mt-d-1_36</strong>
554554
</pre>
555555
<p>As you can see, this method is just as terse as method A for one
@@ -715,7 +715,7 @@ <h1><a class="toc-backref" href="#id37">7&nbsp;&nbsp;&nbsp;Conclusion and Furthe
715715
<li><a class="reference external" href="http://www.boost.org/more/mailing_lists.htm#jamboost">Boost.Build mailing list</a></li>
716716
<li><a class="reference external" href="../../libs/index.html">Index of all Boost library documentation</a></li>
717717
</ul>
718-
<div class="admonition-onward admonition">
718+
<div class="admonition admonition-onward">
719719
<p class="first admonition-title">Onward</p>
720720
<blockquote class="epigraph last">
721721
<p>Good luck, and have fun!</p>

0 commit comments

Comments
 (0)