aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Blair <snipa@jagtech.io>2020-07-19 03:35:14 -0700
committerAlexander Blair <snipa@jagtech.io>2020-07-19 03:35:14 -0700
commit912cbad6dbf6afbe3e837a0be5cc2111df5b8bd4 (patch)
treeb472addea6e99b809739471d8d09190193858c42
parent814e6171176673d2e7592cc3812497b1ccc75da8 (diff)
parent153977aed48da0c581e951137bb04df56527425b (diff)
downloadmonzero-core-912cbad6dbf6afbe3e837a0be5cc2111df5b8bd4.tar.gz
monzero-core-912cbad6dbf6afbe3e837a0be5cc2111df5b8bd4.tar.xz
monzero-core-912cbad6dbf6afbe3e837a0be5cc2111df5b8bd4.zip
Merge pull request #6529
153977aed libzmq should be libzmq4. (russoj88)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5b8a91b6c..46e592106 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