Skip to content

Commit

Permalink
doc: openSSL is no longer required to build bitcoind
Browse files Browse the repository at this point in the history
OpenSSL is no longer required after
bitcoin/bitcoin#17265.

libsodium has never been required to build bitcoind on macOS.
  • Loading branch information
fanquake authored and cdecker committed Jan 12, 2020
1 parent 5e44895 commit 46f879d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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
Expand Down

0 comments on commit 46f879d

Please sign in to comment.