diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-04-11 12:40:53 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-04-11 12:40:53 +0200 |
commit | 7d3cb10838c5a29751f547b1bf5d4de086f275e4 (patch) | |
tree | 9b8b1b5f966964985e07085e666679a95acc38d6 | |
parent | Merge pull request #5320 (diff) | |
parent | README: add and remove dependencies on OSX line (diff) | |
download | monero-7d3cb10838c5a29751f547b1bf5d4de086f275e4.tar.xz |
Merge pull request #4939
f064efae README: add and remove dependencies on OSX line (George)
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -175,9 +175,13 @@ library archives (`.a`). build the library binary manually. This can be done with the following command ```sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libg* /usr/lib/ ``` [2] libnorm-dev is needed if your zmq library was built with libnorm, and not needed otherwise -Debian / Ubuntu one liner for all dependencies +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 ``` + FreeBSD one liner for required to build dependencies ```pkg install git gmake cmake pkgconf boost-libs cppzmq libsodium``` |