File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ These dependencies are required:
33
33
34
34
Library | Purpose | Description
35
35
------------|------------------|----------------------
36
- libssl | Crypto | Random Number Generation, Elliptic Curve Cryptography
37
36
libboost | Utility | Library for threading, data structures, etc
38
37
libevent | Networking | OS independent asynchronous networking
39
38
@@ -81,7 +80,7 @@ Build requirements:
81
80
82
81
Now, you can either build from self-compiled [ depends] ( /depends/README.md ) or install the required dependencies:
83
82
84
- sudo apt-get install libssl-dev libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev
83
+ sudo apt-get install libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev
85
84
86
85
BerkeleyDB is required for the wallet.
87
86
You can’t perform that action at this time.
0 commit comments