diff --git a/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.md b/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.md index 4161ded4ac..4faa4884b9 100644 --- a/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.md +++ b/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-macos.md @@ -27,20 +27,22 @@ For development purposes, run `rippled` as a non-admin user, not using `sudo`. 0. Use Homebrew to install dependencies. - $ brew install git cmake pkg-config protobuf openssl ninja + $ brew install git cmake pkg-config protobuf openssl ninja boost@1.75 -0. Install a compatible version of Boost. `rippled` 1.7.0 is compatible with Boost 1.70.0 and higher. The latest version of Boost available in the Homebrew repositories isn't new enough, so you must install Boost manually. (The following examples use Boost 1.71.0, which was the newest version at the time of writing.) +{##} 0. Ensure that your `BOOST_ROOT` environment points to the directory created by the Boost installation: 1. To find your Boost directory, use `pwd` if you installed the Boost manually or use `brew --prefix boost` if you installed the Boost with Homebrew.