From 85fe7c095fd4699973e755bcd25eff5bede0fa9d Mon Sep 17 00:00:00 2001 From: hofmockel Date: Sun, 27 Apr 2014 16:40:32 +0200 Subject: [PATCH] Change installation instructions to use rocksdb2.8 --- docs/installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 443d793..9b298f1 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -12,8 +12,9 @@ For more details consider https://github.com/facebook/rocksdb/blob/master/INSTAL $ apt-get install build-essential $ apt-get install libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev $ git clone https://github.com/facebook/rocksdb.git + $ git checkout 2.8.fb $ cd rocksdb - $ make librocksdb.so + $ make shared_lib If you do not want to call ``make install`` export the following enviroment variables::