aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGeorge <Blitzkrieg000@protonmail.com>2019-04-01 23:57:56 -0500
committerGeorge <Blitzkrieg000@protonmail.com>2019-04-01 23:57:56 -0500
commitf064efae660e5a318a3e1fbd78546471a9422300 (patch)
tree7eb6d08a131217c8463f4087aeb52663fcbf9edf /README.md
parentMerge pull request #5319 (diff)
downloadmonero-f064efae660e5a318a3e1fbd78546471a9422300.tar.xz
README: add and remove dependencies on OSX line
Diffstat (limited to '')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 551c92a60..2de38bf20 100644
--- a/README.md
+++ b/README.md
@@ -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```