From 46f879d73fe9da2307f23a3f843d4c2a9c08ccf3 Mon Sep 17 00:00:00 2001 From: fanquake Date: Sat, 11 Jan 2020 07:08:32 +0800 Subject: [PATCH] doc: openSSL is no longer required to build bitcoind OpenSSL is no longer required after https://github.com/bitcoin/bitcoin/pull/17265. libsodium has never been required to build bitcoind on macOS. --- doc/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 96d4e8588..4f44360e5 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -184,7 +184,7 @@ To Build on macOS Assuming you have Xcode and Homebrew installed. Install dependencies: - $ brew install autoconf automake libtool python3 gmp gnu-sed gettext + $ brew install autoconf automake libtool python3 gmp gnu-sed gettext libsodium $ ln -s /usr/local/Cellar/gettext/0.20.1/bin/xgettext /usr/local/opt $ export PATH="/usr/local/opt:$PATH" @@ -205,7 +205,7 @@ If you need Python 3.x for mako (or get a mako build error): If you don't have bitcoind installed locally you'll need to install that as well: - $ brew install berkeley-db4 boost miniupnpc openssl pkg-config libevent libsodium + $ brew install berkeley-db4 boost miniupnpc pkg-config libevent $ git clone https://github.com/bitcoin/bitcoin $ cd bitcoin $ ./autogen.sh