diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2019-11-19 15:02:16 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2019-11-19 15:03:44 +0100 |
commit | 278751ea11f2cfe68b0c98f504f65586720cb5a4 (patch) | |
tree | fa8038b814093374a23abf2f3e5c73c6301be63b /doc | |
parent | 2065ef66ee6fb2b7bb442274f860813cad85b08c (diff) |
doc: Remove ssl as a required dependency from build-unix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-unix.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 10c557569c..e799e709fa 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -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 @@ -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. |