diff options
author | Beman Dawes <bdawes@acm.org> | 2009-10-17 16:44:45 +0000 |
---|---|---|
committer | Beman Dawes <bdawes@acm.org> | 2009-10-17 16:44:45 +0000 |
commit | 827e78b50e686806a3752acbeb13c662da9c7bf2 (patch) | |
tree | 6268ffdb3d3235f1ce31ddf41d93dea0c343f03f /more | |
parent | ea30def4ed6f910592236e50d2cd9dc1e86d6cfe (diff) | |
download | boost-827e78b50e686806a3752acbeb13c662da9c7bf2.tar.gz |
Getting started: regenerate to incorporate CMake changes
[SVN r56963]
Diffstat (limited to 'more')
-rw-r--r-- | more/getting_started/index.html | 5 | ||||
-rw-r--r-- | more/getting_started/unix-variants.html | 5 | ||||
-rw-r--r-- | more/getting_started/windows.html | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/more/getting_started/index.html b/more/getting_started/index.html index 75425162b6..c759f7aa3a 100644 --- a/more/getting_started/index.html +++ b/more/getting_started/index.html @@ -48,6 +48,11 @@ provide. For example:</p> <p>Here you're expected to imagine replacing the text “your name” with your actual name.</p> </div> +<div class="section" id="alternate-method-boost-cmake"> +<h1>Alternate method: Boost.CMake</h1> +<p>There is a cmake build for boost, supported and distributed +separately. See the <a class="reference external" href="https://svn.boost.org/trac/boost/wiki/CMake">Boost.CMake</a> wiki page for more information.</p> +</div> <div class="section" id="ready"> <h1>Ready?</h1> <p>Let's go!</p> diff --git a/more/getting_started/unix-variants.html b/more/getting_started/unix-variants.html index bfc944828a..c2cc0d3a68 100644 --- a/more/getting_started/unix-variants.html +++ b/more/getting_started/unix-variants.html @@ -283,6 +283,11 @@ installation prefix. You will also find a copy of the Boost headers in the <tt class="docutils literal"><span class="pre">include/</span></tt> subdirectory of the installation prefix, so you can henceforth use that directory as an <tt class="docutils literal"><span class="pre">#include</span></tt> path in place of the Boost root directory.</p> +<div class="admonition-boost-cmake admonition"> +<p class="first admonition-title">Boost.CMake</p> +<p class="last">There is a cmake build for boost, supported and distributed +separately. See the <a class="reference external" href="https://svn.boost.org/trac/boost/wiki/CMake">Boost.CMake</a> wiki page for more information.</p> +</div> <p><a class="reference internal" href="#link-your-program-to-a-boost-library"><em>skip to the next step</em></a></p> </div> <div class="section" id="or-build-custom-binaries"> diff --git a/more/getting_started/windows.html b/more/getting_started/windows.html index d88787ce08..43126c9381 100644 --- a/more/getting_started/windows.html +++ b/more/getting_started/windows.html @@ -367,6 +367,11 @@ bootstrap command invokes Boost.Build to build the separately-compiled Boost libraries. Please consult the <a class="reference external" href="http://www.boost.org/boost-build2/doc/html/bbv2/advanced/invocation.html">Boost.Build documentation</a> for a list of options that can be passed to <tt class="docutils literal"><span class="pre">bjam</span></tt>.</p> +<div class="admonition-boost-cmake admonition"> +<p class="first admonition-title">Boost.CMake</p> +<p class="last">There is a also a cmake build for boost, supported and distributed +separately. See the <a class="reference external" href="https://svn.boost.org/trac/boost/wiki/CMake">Boost.CMake</a> wiki page for more information.</p> +</div> </div> <div class="section" id="or-build-binaries-from-source"> <h2><a class="toc-backref" href="#id40">5.3 Or, Build Binaries From Source</a></h2> |