From 153977aed48da0c581e951137bb04df56527425b Mon Sep 17 00:00:00 2001 From: russoj88 Date: Wed, 13 May 2020 14:21:18 -0700 Subject: [PATCH] libzmq should be libzmq4. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce193a034..aa9e69dab 100644 --- a/README.md +++ b/README.md @@ -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