From f8cb74cc3cff83dd357e2e1e59a3ca13b2841277 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sat, 17 Oct 2009 16:44:45 +0000 Subject: [PATCH] Getting started: regenerate to incorporate CMake changes [SVN r56963] --- getting_started/index.html | 5 +++++ getting_started/unix-variants.html | 5 +++++ getting_started/windows.html | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/getting_started/index.html b/getting_started/index.html index 7542516..c759f7a 100644 --- a/getting_started/index.html +++ b/getting_started/index.html @@ -48,6 +48,11 @@ 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.

+

Ready?

Let's go!

diff --git a/getting_started/unix-variants.html b/getting_started/unix-variants.html index bfc9448..c2cc0d3 100644 --- a/getting_started/unix-variants.html +++ b/getting_started/unix-variants.html @@ -283,6 +283,11 @@ installation prefix. You will also find a copy of the Boost 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.

+
+

Boost.CMake

+

There is a cmake build for boost, supported and distributed +separately. See the Boost.CMake wiki page for more information.

+

skip to the next step

diff --git a/getting_started/windows.html b/getting_started/windows.html index d88787c..43126c9 100644 --- a/getting_started/windows.html +++ b/getting_started/windows.html @@ -367,6 +367,11 @@ bootstrap command invokes Boost.Build to build the separately-compiled Boost libraries. Please consult the Boost.Build documentation for a list of options that can be passed to bjam.

+
+

Boost.CMake

+

There is a also a cmake build for boost, supported and distributed +separately. See the Boost.CMake wiki page for more information.

+

5.3   Or, Build Binaries From Source