From 19d6e4f9be52c4c4fb3e5c3521462098393fd17c Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Mon, 2 Oct 2017 09:58:33 +0800 Subject: [PATCH] libzmq-dev dependency added for monero --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 492d3fc..3058dcb 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Download and compile recent Monero into your home folder: # first install monero dependecines sudo apt update -sudo apt install git build-essential cmake libboost-all-dev miniupnpc libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev libcurl4-openssl-dev libgtest-dev libreadline-dev libzmq-dev +sudo apt install git build-essential cmake libboost-all-dev miniupnpc libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev libcurl4-openssl-dev libgtest-dev libreadline-dev libzmq3-dev # go to home folder cd ~