Parcourir la source

Replacement for boost.cmake on trunk and release: notices that it
exists in the getting started guide.



[SVN r56947]

Troy D. Straszheim il y a 16 ans
Parent
commit
cc68fc497d

+ 9 - 0
more/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?
 ------
 

+ 8 - 0
more/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`_

+ 8 - 0
more/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
 ------------------------------
 

粤ICP备19079148号