summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-05-03 19:31:20 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-05-03 19:31:20 +0200
commit16255845fe4e61a55be45768b2746cc09d6e8de1 (patch)
tree16f0f1df6db2bfdefdc6b507ddc4e7d6a82d621d
parent606e22abcf8b9f3c3d63ccc8ccf8ae4020c6ffd3 (diff)
downloaddabmux-16255845fe4e61a55be45768b2746cc09d6e8de1.tar.gz
dabmux-16255845fe4e61a55be45768b2746cc09d6e8de1.tar.bz2
dabmux-16255845fe4e61a55be45768b2746cc09d6e8de1.zip
Remove zeromq download instructions from INSTALL.md
-rw-r--r--INSTALL.md15
1 files changed, 3 insertions, 12 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 7e0f59b..73a3471 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -4,7 +4,9 @@ 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)
+* Optional 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.
@@ -21,17 +23,6 @@ Install libfec
[as root]
% make install # Install the library
-Install zeromq 4.0.3
---------------------
-
- % wget http://download.zeromq.org/zeromq-4.0.3.tar.gz
- % tar -f zeromq-4.0.3.tar.gz -x
- % cd zeromq-4.0.3
- % ./configure
- % make
- [as root]
- % make install
-
Install odr-dabmux
------------------