diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-02-26 16:50:48 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-02-26 16:50:48 +0100 |
commit | 467552b70151de84d8ef49d8d5c621b886a4b83b (patch) | |
tree | d901acd66d1f64ef0b0f48f7f8a0ecf1a8ee20ae /INSTALL.md | |
parent | a17aeedf5d70e8e0328ea19bacdfa298092f318a (diff) | |
download | dabmux-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ---------------------- |