Skip to content

Commit 1e700c9

Browse files
committed
doc: update deps in build-unix.md after libevent
Add libevent, change usage of libssl from "secure communication" to "crypto" that's more accurate after RPC SSL support removed.
1 parent 26c9b83 commit 1e700c9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/build-unix.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ These dependencies are required:
3131

3232
Library | Purpose | Description
3333
------------|------------------|----------------------
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
3637

3738
Optional dependencies:
3839

@@ -57,7 +58,7 @@ Dependency Build Instructions: Ubuntu & Debian
5758
----------------------------------------------
5859
Build requirements:
5960

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
6162

6263
For Ubuntu 12.04 and later or Debian 7 and later libboost-all-dev has to be installed:
6364

0 commit comments

Comments
 (0)