From 69644d74c7dbebe7e5ab7808910a3967dc66d73b Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 8 Feb 2016 13:54:35 +0100 Subject: [PATCH] Install dev files for rocksdb. --- install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-deps.sh b/install-deps.sh index f76e2beaf..409f10d21 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -570,7 +570,7 @@ function run_installer() sudo apt-add-repository -y ppa:ethcore/ethcore sudo apt-get -f -y install sudo apt-get update -qq - sudo apt-get install -qq -y librocksdb + sudo apt-get install -qq -y librocksdb-dev } function linux_rocksdb_installer()