mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 00:07:38 +00:00
Merge pull request #6529
153977aed
libzmq should be libzmq4. (russoj88)
This commit is contained in:
commit
912cbad6db
1 changed files with 2 additions and 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:
|
Install all dependencies at once on macOS with the provided Brewfile:
|
||||||
``` brew update && brew bundle --file=contrib/brew/Brewfile ```
|
``` brew update && brew bundle --file=contrib/brew/Brewfile ```
|
||||||
|
|
||||||
FreeBSD one liner for required to build dependencies
|
FreeBSD 12.1 one-liner required to build dependencies:
|
||||||
```pkg install git gmake cmake pkgconf boost-libs libzmq libsodium```
|
```pkg install git gmake cmake pkgconf boost-libs libzmq4 libsodium```
|
||||||
|
|
||||||
### Cloning the repository
|
### Cloning the repository
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue