aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGingeropolous <Gingeropolous@users.noreply.github.com>2018-06-08 16:13:51 -0400
committerGitHub <noreply@github.com>2018-06-08 16:13:51 -0400
commit9ddb07fcc4ba97542c208fd60098e4d739a65bfe (patch)
tree1ee8ddf350287f3dc022924699ca14702e3957ca /README.md
parentMerge pull request #3908 (diff)
downloadmonero-9ddb07fcc4ba97542c208fd60098e4d739a65bfe.tar.xz
update readme to include debian one liner for deps
update readme to include debian one liner for deps , because who wants to select all of those individually
Diffstat (limited to '')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9e28192b9..943cfa0cc 100644
--- a/README.md
+++ b/README.md
@@ -192,6 +192,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):