mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-29 08:05:49 +00:00
Merge pull request #1648 from justinr1234/justinr1234-patch-1
fix: Ruby homebrew install on macos is deprecated
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user