Skip to content

Commit 0c0379e

Browse files
authored
Merge pull request #1613 from Scalextrix/patch-1
added dependencies
2 parents dc3af0f + 160c004 commit 0c0379e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/build-unix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ Dependency Build Instructions: Ubuntu & Debian
7676
----------------------------------------------
7777
Build requirements:
7878

79-
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
79+
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
8080

8181
Options when installing required Boost library files:
8282

8383
1. On at least Ubuntu 14.04+ and Debian 7+ there are generic names for the
8484
individual boost development packages, so the following can be used to only
8585
install necessary parts of boost:
8686

87-
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
87+
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libboost-iostreams-dev libcurl4-gnutls-dev
8888

8989
2. If that doesn't work, you can install all boost development packages with:
9090

0 commit comments

Comments
 (0)