Change installation instructions to use rocksdb2.8
This commit is contained in:
parent
5dfc823ac3
commit
85fe7c095f
1 changed files with 2 additions and 1 deletions
|
@ -12,8 +12,9 @@ For more details consider https://github.com/facebook/rocksdb/blob/master/INSTAL
|
||||||
$ apt-get install build-essential
|
$ apt-get install build-essential
|
||||||
$ 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
|
||||||
|
$ git checkout 2.8.fb
|
||||||
$ cd rocksdb
|
$ cd rocksdb
|
||||||
$ make librocksdb.so
|
$ make shared_lib
|
||||||
|
|
||||||
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::
|
||||||
|
|
Loading…
Reference in a new issue