Skip to content

Commit

Permalink
update build-unix
Browse files Browse the repository at this point in the history
  • Loading branch information
avievo committed Apr 10, 2018
1 parent 6531b12 commit 71290ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ These dependencies are required:
------------|------------------|----------------------
libssl | SSL Support | Secure communications
libboost | Boost | C++ Library
libevent | Event | C++ Library


Optional dependencies:

Expand All @@ -59,9 +61,9 @@ Build requirements:

sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev

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

sudo apt-get install libboost-all-dev
sudo apt-get install libboost-all-dev libevent-dev

db4.8 packages are available [here](https://launchpad.net/~bitcoin/+archive/bitcoin).
You can add the repository using the following command:
Expand Down

0 comments on commit 71290ae

Please sign in to comment.