From d244e6829f2523c0dc3b2fef202ceb6f16618e5d Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Mon, 20 Aug 2018 16:46:35 -0700 Subject: [PATCH] Build instructions: modify Boost 1.67 note Boost 1.68.0 is not compatible with rippled 1.1.0 due to some changes to Boost.Beast. Versions of Boost older than 1.67.0 are not compatible with rippled 1.1.0 because they do not include Boost.Beast. Only Boost 1.67.0 is compatible, so I updated the build instructions to be clearer about this. --- .../manage-the-rippled-server/build-run-rippled-ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/manage-the-rippled-server/build-run-rippled-ubuntu.md b/content/tutorials/manage-the-rippled-server/build-run-rippled-ubuntu.md index 6182a2bfed..dcfc0f8940 100644 --- a/content/tutorials/manage-the-rippled-server/build-run-rippled-ubuntu.md +++ b/content/tutorials/manage-the-rippled-server/build-run-rippled-ubuntu.md @@ -38,7 +38,7 @@ These instructions use Ubuntu's APT (Advanced Packaging Tool) to install the sof 4. Compile Boost. - The recommended Boost version is 1.67.0. Because Boost version 1.67.0 isn't available in the Ubuntu 16.04 software repositories, you must compile it yourself. + Version 1.1.0 of `rippled` requires Boost version 1.67.0 exactly. Because Boost version 1.67.0 isn't available in the Ubuntu 16.04 software repositories, you must compile it yourself. If you have previously built Boost 1.67.0 for `rippled` and configured the `BOOST_ROOT` environment variable, you can skip these steps.