From 0c0f57dbe0b4d269f60569c1efa218facbe2003d Mon Sep 17 00:00:00 2001 From: "Troy D. Straszheim" Date: Sat, 17 Oct 2009 15:41:47 +0000 Subject: [PATCH] Notices about where to get boost-cmake (separately). [SVN r56959] --- getting_started/index.rst | 9 +++++++++ getting_started/unix-variants.rst | 8 ++++++++ getting_started/windows.rst | 8 ++++++++ 3 files changed, 25 insertions(+) diff --git a/getting_started/index.rst b/getting_started/index.rst index c317614..b278999 100644 --- a/getting_started/index.rst +++ b/getting_started/index.rst @@ -54,6 +54,15 @@ provide. For example: Here you're expected to imagine replacing the text “your name” with your actual name. +Alternate method: Boost.CMake +------------------------------ + +There is a cmake build for boost, supported and distributed +separately. See the `Boost.CMake`_ wiki page for more information. + +.. _`Boost.CMake`: + https://svn.boost.org/trac/boost/wiki/CMake + Ready? ------ diff --git a/getting_started/unix-variants.rst b/getting_started/unix-variants.rst index a0af629..4284ede 100644 --- a/getting_started/unix-variants.rst +++ b/getting_started/unix-variants.rst @@ -121,6 +121,14 @@ headers in the ``include/`` subdirectory of the installation prefix, so you can henceforth use that directory as an ``#include`` path in place of the Boost root directory. +.. Admonition:: Boost.CMake + + There is a cmake build for boost, supported and distributed + separately. See the `Boost.CMake`_ wiki page for more information. + + .. _`Boost.CMake`: + https://svn.boost.org/trac/boost/wiki/CMake + |next|__ __ `Link Your Program to a Boost Library`_ diff --git a/getting_started/windows.rst b/getting_started/windows.rst index 50dc4a5..8271da9 100644 --- a/getting_started/windows.rst +++ b/getting_started/windows.rst @@ -217,6 +217,14 @@ of options that can be passed to ``bjam``. __ http://www.boost.org/boost-build2/doc/html/bbv2/advanced/invocation.html +.. Admonition:: Boost.CMake + + There is a also a cmake build for boost, supported and distributed + separately. See the `Boost.CMake`_ wiki page for more information. + + .. _`Boost.CMake`: + https://svn.boost.org/trac/boost/wiki/CMake + Or, Build Binaries From Source ------------------------------