mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Replacement for boost.cmake on trunk and release: notices that it
exists in the getting started guide. [SVN r56947]
This commit is contained in:
parent
a6e2ebf0a7
commit
cc68fc497d
3 changed files with 25 additions and 0 deletions
|
@ -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?
|
||||
------
|
||||
|
||||
|
|
|
@ -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`_
|
||||
|
|
|
@ -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
|
||||
------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue