|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r56963 - branches/release/more/getting_started
From: bdawes_at_[hidden]
Date: 2009-10-17 12:44:46
Author: bemandawes
Date: 2009-10-17 12:44:45 EDT (Sat, 17 Oct 2009)
New Revision: 56963
URL: http://svn.boost.org/trac/boost/changeset/56963
Log:
Getting started: regenerate to incorporate CMake changes
Text files modified:
branches/release/more/getting_started/index.html | 5 +++++
branches/release/more/getting_started/unix-variants.html | 5 +++++
branches/release/more/getting_started/windows.html | 5 +++++
3 files changed, 15 insertions(+), 0 deletions(-)
Modified: branches/release/more/getting_started/index.html
==============================================================================
--- branches/release/more/getting_started/index.html (original)
+++ branches/release/more/getting_started/index.html 2009-10-17 12:44:45 EDT (Sat, 17 Oct 2009)
@@ -48,6 +48,11 @@
<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>
Modified: branches/release/more/getting_started/unix-variants.html
==============================================================================
--- branches/release/more/getting_started/unix-variants.html (original)
+++ branches/release/more/getting_started/unix-variants.html 2009-10-17 12:44:45 EDT (Sat, 17 Oct 2009)
@@ -283,6 +283,11 @@
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">
Modified: branches/release/more/getting_started/windows.html
==============================================================================
--- branches/release/more/getting_started/windows.html (original)
+++ branches/release/more/getting_started/windows.html 2009-10-17 12:44:45 EDT (Sat, 17 Oct 2009)
@@ -367,6 +367,11 @@
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>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk