This commit is contained in:
Martin Braun 2023-06-19 10:09:23 +02:00 committed by GitHub
commit 7200360bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ sudo apt update && sudo apt install build-essential cmake pkg-config libboost-al
```
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 --no-lock```
FreeBSD one liner for required to build dependencies
```pkg install git gmake cmake pkgconf boost-libs libzmq4 libsodium sqlite3```