File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,9 @@ These dependencies are required:
31
31
32
32
Library | Purpose | Description
33
33
------------|------------------|----------------------
34
- libssl | SSL Support | Secure communications
35
- libboost | Boost | C++ Library
34
+ libssl | Crypto | Random Number Generation, Elliptic Curve Cryptography
35
+ libboost | Utility | Library for threading, data structures, etc
36
+ libevent | Networking | OS independent asynchronous networking
36
37
37
38
Optional dependencies:
38
39
@@ -57,7 +58,7 @@ Dependency Build Instructions: Ubuntu & Debian
57
58
----------------------------------------------
58
59
Build requirements:
59
60
60
- sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
61
+ sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libevent-dev
61
62
62
63
For Ubuntu 12.04 and later or Debian 7 and later libboost-all-dev has to be installed:
63
64
You can’t perform that action at this time.
0 commit comments