aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-09-04 10:59:34 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-09-04 10:59:34 +0200
commit1e700c9b601552ea83567d32c9f1d6c07cd8bfcc (patch)
treebf65a2be1a90322c1bfeb470107bf080a347d542 /doc/build-unix.md
parent26c9b836778cbaf9b9ccb9b92e841d7bd6ea2fdc (diff)
downloadbitcoin-1e700c9b601552ea83567d32c9f1d6c07cd8bfcc.tar.xz
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.
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r--doc/build-unix.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 92aed7725e..5f674c8f88 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -31,8 +31,9 @@ These dependencies are required:
Library | Purpose | Description
------------|------------------|----------------------
- libssl | SSL Support | Secure communications
- libboost | Boost | C++ Library
+ libssl | Crypto | Random Number Generation, Elliptic Curve Cryptography
+ libboost | Utility | Library for threading, data structures, etc
+ libevent | Networking | OS independent asynchronous networking
Optional dependencies:
@@ -57,7 +58,7 @@ Dependency Build Instructions: Ubuntu & Debian
----------------------------------------------
Build requirements:
- sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
+ sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libevent-dev
For Ubuntu 12.04 and later or Debian 7 and later libboost-all-dev has to be installed: