Skip to content
Snippets Groups Projects
Commit 29551902 authored by hofmockel's avatar hofmockel
Browse files

Update the 'rocksdb' build instruction

parent c0027bdd
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,9 @@ For more details consider https://github.com/facebook/rocksdb/blob/master/INSTAL ...@@ -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 $ apt-get install libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev
$ git clone https://github.com/facebook/rocksdb.git $ git clone https://github.com/facebook/rocksdb.git
$ cd rocksdb $ 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 If you do not want to call ``make install`` export the following enviroment
variables:: variables::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment