$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r56967 - in trunk: . boost/math libs/math libs/mpl/doc/refmanual libs/mpl/doc/src/refmanual more/getting_started status
From: daniel_james_at_[hidden]
Date: 2009-10-17 15:08:47
Author: danieljames
Date: 2009-10-17 15:08:46 EDT (Sat, 17 Oct 2009)
New Revision: 56967
URL: http://svn.boost.org/trac/boost/changeset/56967
Log:
Merge rebuild getting started guide from release.
Properties modified: 
   trunk/   (props changed)
   trunk/boost/math/   (props changed)
   trunk/libs/math/   (props changed)
   trunk/libs/mpl/doc/refmanual/broken-compiler-workarounds.html   (props changed)
   trunk/libs/mpl/doc/refmanual/categorized-index-concepts.html   (props changed)
   trunk/libs/mpl/doc/refmanual/cfg-no-preprocessed-headers.html   (props changed)
   trunk/libs/mpl/doc/refmanual/composition-and-argument-binding.html   (props changed)
   trunk/libs/mpl/doc/refmanual/data-types-concepts.html   (props changed)
   trunk/libs/mpl/doc/refmanual/data-types-miscellaneous.html   (props changed)
   trunk/libs/mpl/doc/refmanual/extensible-associative-sequence.html   (props changed)
   trunk/libs/mpl/doc/refmanual/inserter-class.html   (props changed)
   trunk/libs/mpl/doc/refmanual/tag-dispatched-metafunction.html   (props changed)
   trunk/libs/mpl/doc/refmanual/trivial-metafunctions-summary.html   (props changed)
   trunk/libs/mpl/doc/src/refmanual/Iterators-Iterator.rst   (props changed)
   trunk/status/explicit-failures-markup.xml   (props changed)
Text files modified: 
   trunk/more/getting_started/index.html         |     5 +++++                                   
   trunk/more/getting_started/unix-variants.html |     5 +++++                                   
   trunk/more/getting_started/windows.html       |     5 +++++                                   
   3 files changed, 15 insertions(+), 0 deletions(-)
Modified: trunk/more/getting_started/index.html
==============================================================================
--- trunk/more/getting_started/index.html	(original)
+++ trunk/more/getting_started/index.html	2009-10-17 15:08:46 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: trunk/more/getting_started/unix-variants.html
==============================================================================
--- trunk/more/getting_started/unix-variants.html	(original)
+++ trunk/more/getting_started/unix-variants.html	2009-10-17 15:08:46 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: trunk/more/getting_started/windows.html
==============================================================================
--- trunk/more/getting_started/windows.html	(original)
+++ trunk/more/getting_started/windows.html	2009-10-17 15:08:46 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>