diff options
author | Florian <marsmensch@pm.me> | 2019-04-15 14:46:26 +0200 |
---|---|---|
committer | Florian <marsmensch@pm.me> | 2019-04-15 14:46:26 +0200 |
commit | 02c01c0bd82faa33c1f5f808acab5a958d6a107f (patch) | |
tree | 8c66ebcd346d4af46ab8d63ede18ea39c170afe9 /README.md | |
parent | Merge pull request #5440 (diff) | |
download | monero-02c01c0bd82faa33c1f5f808acab5a958d6a107f.tar.xz |
Add Brewfile to allow for an even easier management of dependencies
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -180,8 +180,8 @@ Install all dependencies at once on Debian/Ubuntu: ``` sudo apt update && sudo apt install build-essential cmake pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev doxygen graphviz libpgm-dev``` -Install all dependencies at once on macOS: -``` brew update && brew install cmake pkg-config openssl boost hidapi zmq libpgm unbound libsodium miniupnpc readline ldns expat doxygen graphviz protobuf ``` +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 cppzmq libsodium``` |