From 6a1d6b87165bee67aa0ed1e9bd2368c2a215787e Mon Sep 17 00:00:00 2001 From: stoffu Date: Wed, 6 Dec 2017 07:50:57 +0900 Subject: [PATCH] README: add install for zmq --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 980894a..5b37764 100755 --- a/README.md +++ b/README.md @@ -93,7 +93,8 @@ Download and compile recent Monero realease 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 +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 +sudo wget -O /usr/local/include/zmq.hpp https://raw.githubusercontent.com/zeromq/cppzmq/master/zmq.hpp # go to home folder cd ~