From e55187348f27087028c2aea4e21998145ccb2645 Mon Sep 17 00:00:00 2001 From: justinr1234 Date: Mon, 19 Dec 2022 17:49:41 -0600 Subject: [PATCH] fix: add conan to list of dependencies for brew --- .../installation/build-run-rippled-macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 909f0a0d54..0a5d9d030a 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 @@ -29,7 +29,7 @@ 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 conan 0. Install a compatible version of Boost. `rippled` 1.9.4 is compatible with Boost 1.75.0. To compile Boost yourself, complete the following steps: