mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user