diff options
author | russoj88 <russoj88@gmail.com> | 2020-05-13 14:21:18 -0700 |
---|---|---|
committer | russoj88 <russoj88@gmail.com> | 2020-05-13 14:21:18 -0700 |
commit | 153977aed48da0c581e951137bb04df56527425b (patch) | |
tree | 20b43ed6d06414d21b04abc789a3a7e7a5d33dd3 | |
parent | Merge pull request #6510 (diff) | |
download | monero-153977aed48da0c581e951137bb04df56527425b.tar.xz |
libzmq should be libzmq4.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |