From 9a96cca84cb7036f1beeb630c6ac81014f57efa0 Mon Sep 17 00:00:00 2001 From: justinr1234 Date: Mon, 19 Dec 2022 17:34:58 -0600 Subject: [PATCH 1/2] fix: Ruby homebrew install on macos is deprecated --- .../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 ed49a03c64..909f0a0d54 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 @@ -21,7 +21,7 @@ For development purposes, run `rippled` as a non-admin user, not using `sudo`. 0. Install [Homebrew](https://brew.sh/). - ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 0. Update Homebrew. From e55187348f27087028c2aea4e21998145ccb2645 Mon Sep 17 00:00:00 2001 From: justinr1234 Date: Mon, 19 Dec 2022 17:49:41 -0600 Subject: [PATCH 2/2] 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: