Skip to content

Commit

Permalink
Update README.md (libmsgpack-dev)
Browse files Browse the repository at this point in the history
libmsgpack-dev was missing from the dependency list (only the demo ZMQ publisher depends on it).
  • Loading branch information
sbrptdev2 authored Oct 8, 2024
1 parent ed0944b commit 5e49be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e49be0

Please sign in to comment.