aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-06-25 15:15:32 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-06-25 15:15:32 -0500
commit3afaedf365c58acc7c00dbe631d2793149307418 (patch)
treefcd18fa65f718617f04a30240c8994e191020999
parentMerge pull request #3963 (diff)
parentupdate readme to include debian one liner for deps (diff)
downloadmonero-3afaedf365c58acc7c00dbe631d2793149307418.tar.xz
Merge pull request #3964
9ddb07f update readme to include debian one liner for deps (Gingeropolous)
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 40343cb22..cc715d399 100644
--- a/README.md
+++ b/README.md
@@ -154,6 +154,9 @@ library archives (`.a`).
[^] On Debian/Ubuntu `libgtest-dev` only includes sources and headers. You must
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/ ```
+Debian / Ubuntu one liner for all dependencies
+``` sudo apt update && sudo apt install build-essential cmake pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libminiupnpc-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev doxygen graphviz libpcsclite-dev ```
+
### Cloning the repository
Clone recursively to pull-in needed submodule(s):