diff options
author | Robin Alexander <colisee@hotmail.com> | 2025-09-08 12:17:00 +0200 |
---|---|---|
committer | Robin Alexander <colisee@hotmail.com> | 2025-09-08 12:17:00 +0200 |
commit | 46a4b101161a191c84edd30f37a36a00da39602f (patch) | |
tree | 4bacb8199fe4b63e13af0623ad7b06c9f7d47576 | |
parent | e3608fa943b3ad9304e87c10cabd81ee91f66d21 (diff) | |
download | dabmod-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |