diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-07-22 15:52:05 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-07-22 15:52:05 +0200 |
commit | f5b1b7966071e77100e47c85a6a021a61fcef5be (patch) | |
tree | af957cc5fe27af4d10f81cc84345e4f8c8a16b6c /INSTALL.md | |
parent | e459214d81c37c388939f64bed293e6615aecec0 (diff) | |
download | dabmux-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.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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: =============================================== |