aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Alexander <colisee@hotmail.com>2025-09-08 12:17:00 +0200
committerRobin Alexander <colisee@hotmail.com>2025-09-08 12:17:00 +0200
commit46a4b101161a191c84edd30f37a36a00da39602f (patch)
tree4bacb8199fe4b63e13af0623ad7b06c9f7d47576
parente3608fa943b3ad9304e87c10cabd81ee91f66d21 (diff)
downloaddabmod-46a4b101161a191c84edd30f37a36a00da39602f.tar.gz
dabmod-46a4b101161a191c84edd30f37a36a00da39602f.tar.bz2
dabmod-46a4b101161a191c84edd30f37a36a00da39602f.zip
No need to explicitely install libzmq5 as libzmq3-dev depends on it
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 20e3d18..db0d2cc 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -26,7 +26,7 @@ sudo apt-get install --yes libfftw3-dev
# optional packages
## ZeroMQ http://www.zeromq.org
-sudo apt-get install --yes libzmq3-dev libzmq5
+sudo apt-get install --yes libzmq3-dev
## UHD for USRP
sudo apt-get install --yes libuhd-dev