libzmq should be libzmq4.

This commit is contained in:
russoj88 2020-05-13 14:21:18 -07:00
parent 77a008f714
commit 153977aed4
1 changed files with 2 additions and 2 deletions

View File

@ -194,8 +194,8 @@ Install all dependencies at once on Debian/Ubuntu:
Install all dependencies at once on macOS with the provided Brewfile:
``` brew update && brew bundle --file=contrib/brew/Brewfile ```
FreeBSD one liner for required to build dependencies
```pkg install git gmake cmake pkgconf boost-libs libzmq libsodium```
FreeBSD 12.1 one-liner required to build dependencies:
```pkg install git gmake cmake pkgconf boost-libs libzmq4 libsodium```
### Cloning the repository