From bee8783dfbf508526d383794a385c92390eade30 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Sat, 26 Aug 2017 06:28:26 +0800 Subject: [PATCH] libreadline-dev added to monero dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d08bbb2..8c937bd 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,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 +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 # go to home folder cd ~