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.
This commit is contained in:
mDuo13
2018-08-20 16:46:35 -07:00
parent e76c1cfe98
commit d244e6829f

View File

@@ -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.