summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2019-02-26 16:50:48 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-02-26 16:50:48 +0100
commit467552b70151de84d8ef49d8d5c621b886a4b83b (patch)
treed901acd66d1f64ef0b0f48f7f8a0ecf1a8ee20ae /INSTALL.md
parenta17aeedf5d70e8e0328ea19bacdfa298092f318a (diff)
downloaddabmux-467552b70151de84d8ef49d8d5c621b886a4b83b.tar.gz
dabmux-467552b70151de84d8ef49d8d5c621b886a4b83b.tar.bz2
dabmux-467552b70151de84d8ef49d8d5c621b886a4b83b.zip
Remove boost thread from install dependencies
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index b2f0ae6..bdf67d7 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -10,7 +10,7 @@ Dependencies on Debian
----------------------
On Debian you will need to install the following packages:
-build-essential, libzmq3-dev, libzmq3, automake, libtool, libboost-all-dev, libcurl4-openssl-dev
+build-essential, libzmq5-dev, automake, libboost-system-dev, libcurl4-openssl-dev
Dependencies on CentOS
----------------------