From 5e49be0ea08200640ccaf54a2e8e5c743a43209a Mon Sep 17 00:00:00 2001 From: sbrptdev2 <181986753+sbrptdev2@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:49:39 +0200 Subject: [PATCH] Update README.md (libmsgpack-dev) libmsgpack-dev was missing from the dependency list (only the demo ZMQ publisher depends on it). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 340a670..7eb7c03 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The library depends on `libhackrf` and FFTW. The ZMQ demo application requires ` For Debian users: ``` -$ sudo apt-get install libhackrf-dev libczmq-dev libzmq5 +$ sudo apt-get install libhackrf-dev libczmq-dev libzmq5 libmsgpack-dev ``` ### Compilation