From 29551902e774ed97fd7826e3d6a47e51ac753197 Mon Sep 17 00:00:00 2001
From: hofmockel <dreagonfly@gmx.de>
Date: Wed, 15 Jan 2014 09:17:41 +0100
Subject: [PATCH] Update the 'rocksdb' build instruction

---
 docs/installation.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/installation.rst b/docs/installation.rst
index 91c6101..273ffa1 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -13,7 +13,9 @@ For more details consider https://github.com/facebook/rocksdb/blob/master/INSTAL
     $ apt-get install libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev
     $ git clone https://github.com/facebook/rocksdb.git
     $ cd rocksdb
-    $ make librocksdb.so librocksdb.so.2 librocksdb.so.2.0
+    $ # It is tested with this version
+    $ git checkout ac2fe728327be75c8c289d4e3ebf8587d88c518d
+    $ make librocksdb.so
 
 If you do not want to call ``make install`` export the following enviroment
 variables::
-- 
GitLab