From 0b83c0a93baa8878e4f74fd6be4c0f538b21ce4a Mon Sep 17 00:00:00 2001
From: Andrey Semashev
Date: Sun, 2 Oct 2016 22:35:15 +0300
Subject: [PATCH 1/2] Add Boost.Log to the list of libraries that have to be
built.
---
more/getting_started/unix-variants.html | 1 +
more/getting_started/windows.html | 1 +
2 files changed, 2 insertions(+)
diff --git a/more/getting_started/unix-variants.html b/more/getting_started/unix-variants.html
index 78115ccc57..00f908d1c0 100644
--- a/more/getting_started/unix-variants.html
+++ b/more/getting_started/unix-variants.html
@@ -185,6 +185,7 @@ treatment when linking.
Boost.GraphParallel
Boost.IOStreams
Boost.Locale
+Boost.Log (see build documentation)
Boost.MPI
Boost.ProgramOptions
Boost.Python (see the Boost.Python build documentation
diff --git a/more/getting_started/windows.html b/more/getting_started/windows.html
index 49ea326f36..8e21c5779c 100644
--- a/more/getting_started/windows.html
+++ b/more/getting_started/windows.html
@@ -170,6 +170,7 @@ treatment when linking.
Boost.GraphParallel
Boost.IOStreams
Boost.Locale
+Boost.Log (see build documentation)
Boost.MPI
Boost.ProgramOptions
Boost.Python (see the Boost.Python build documentation
From 7949fe0b40a674e22be609e9ffe00331a0472493 Mon Sep 17 00:00:00 2001
From: Andrey Semashev
Date: Mon, 3 Oct 2016 00:54:02 +0300
Subject: [PATCH 2/2] Add Boost.Log to the list of libraries that have to be
built in rst files.
---
more/getting_started/detail/header-only.rst | 2 ++
more/getting_started/detail/links.rst | 1 +
2 files changed, 3 insertions(+)
diff --git a/more/getting_started/detail/header-only.rst b/more/getting_started/detail/header-only.rst
index fe03587a54..5dd0a019b6 100644
--- a/more/getting_started/detail/header-only.rst
+++ b/more/getting_started/detail/header-only.rst
@@ -25,6 +25,7 @@ The only Boost libraries that *must* be built separately are:
* Boost.GraphParallel_
* Boost.IOStreams_
* Boost.Locale_
+* Boost.Log_ (see `build documentation`__)
* Boost.MPI_
* Boost.ProgramOptions_
* Boost.Python_ (see the `Boost.Python build documentation`__
@@ -37,6 +38,7 @@ The only Boost libraries that *must* be built separately are:
* Boost.Timer_
* Boost.Wave_
+__ ../../libs/log/doc/html/log/installation/config.html
__ ../../libs/python/doc/building.html
A few libraries have optional separately-compiled binaries:
diff --git a/more/getting_started/detail/links.rst b/more/getting_started/detail/links.rst
index 267a3b5a13..1a6d9b7495 100644
--- a/more/getting_started/detail/links.rst
+++ b/more/getting_started/detail/links.rst
@@ -11,6 +11,7 @@
.. _Boost.GraphParallel: ../../libs/graph_parallel/index.html
.. _Boost.IOStreams: ../../libs/iostreams/index.html
.. _Boost.Locale: ../../libs/locale/index.html
+.. _Boost.Log: ../../libs/log/index.html
.. _Boost.Math: ../../libs/math/index.html
.. _Boost.MPI: ../../libs/mpi/index.html
.. _Boost.ProgramOptions: ../../libs/program_options/index.html