summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-07-22 15:52:05 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-07-22 15:52:05 +0200
commitf5b1b7966071e77100e47c85a6a021a61fcef5be (patch)
treeaf957cc5fe27af4d10f81cc84345e4f8c8a16b6c /INSTALL.md
parente459214d81c37c388939f64bed293e6615aecec0 (diff)
downloaddabmux-f5b1b7966071e77100e47c85a6a021a61fcef5be.tar.gz
dabmux-f5b1b7966071e77100e47c85a6a021a61fcef5be.tar.bz2
dabmux-f5b1b7966071e77100e47c85a6a021a61fcef5be.zip
Make ZeroMQ mandatory, ManagementServer needs it anyway
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 409363c..61f7871 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -4,12 +4,10 @@ Required dependencies:
* libfec from Phil Karn, with compatibility patch:
[ka9q-fec](https://github.com/Opendigitalradio/ka9q-fec)
* Boost 1.48 or later
-* Optional ZeroMQ 4 from [http://www.zeromq.org](http://www.zeromq.org).
+* ZeroMQ 4 from [http://www.zeromq.org](http://www.zeromq.org).
Please prefer the zeromq from your distribution, but mind that some distributions
ship ZeroMQ 2, which is not enough.
-Use the --disable-output-zeromq ./configure option if you don't have ZeroMQ.
-
Simple install procedure using tarball release:
===============================================