From 67c135a1946e28d1ad405030f9d7cbc81f82353a Mon Sep 17 00:00:00 2001 From: Samuel Smith Date: Tue, 14 Mar 2017 14:29:55 -0700 Subject: [PATCH] update raspberrypi3 install procedure (#148) install stable version of libreadline6 based on comment from MaxTG --- contrib/raspberrypi3/install_electrumx.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/raspberrypi3/install_electrumx.sh b/contrib/raspberrypi3/install_electrumx.sh index 11b7ab9..db64146 100644 --- a/contrib/raspberrypi3/install_electrumx.sh +++ b/contrib/raspberrypi3/install_electrumx.sh @@ -11,7 +11,8 @@ sudo apt-get autoremove # install electrumx dependencies sudo apt-get install python3-pip sudo apt-get install build-essential libc6-dev -sudo apt-get install libncurses5-dev libncursesw5-dev libreadline6-dev +sudo apt-get install libncurses5-dev libncursesw5-dev +sudo apt install libreadline6-dev/stable libreadline6/stable sudo apt-get install libleveldb-dev sudo apt-get install git sudo pip3 install plyvel