Skip to content

Commit

Permalink
doc: Remove ssl as a required dependency from build-unix
Browse files Browse the repository at this point in the history
  • Loading branch information
laanwj committed Nov 19, 2019
1 parent 2065ef6 commit 278751e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ These dependencies are required:

Library | Purpose | Description
------------|------------------|----------------------
libssl | Crypto | Random Number Generation, Elliptic Curve Cryptography
libboost | Utility | Library for threading, data structures, etc
libevent | Networking | OS independent asynchronous networking

Expand Down Expand Up @@ -81,7 +80,7 @@ Build requirements:

Now, you can either build from self-compiled [depends](/depends/README.md) or install the required dependencies:

sudo apt-get install libssl-dev libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev
sudo apt-get install libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev

BerkeleyDB is required for the wallet.

Expand Down

0 comments on commit 278751e

Please sign in to comment.