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

Make it clear which version of rocksdb is supported

parent b417a564
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,8 @@ Python bindings to the C++ interface of http://rocksdb.org/ using cython:: ...@@ -10,7 +10,8 @@ Python bindings to the C++ interface of http://rocksdb.org/ using cython::
db.put(b"a", b"b") db.put(b"a", b"b")
print db.get(b"a") print db.get(b"a")
Tested with python2.7 and python3.3
Tested with python2.7 and python3.3 and RocksDB version 2.7.fb
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
......
...@@ -14,7 +14,7 @@ For more details consider https://github.com/facebook/rocksdb/blob/master/INSTAL ...@@ -14,7 +14,7 @@ For more details consider https://github.com/facebook/rocksdb/blob/master/INSTAL
$ git clone https://github.com/facebook/rocksdb.git $ git clone https://github.com/facebook/rocksdb.git
$ cd rocksdb $ cd rocksdb
$ # It is tested with this version $ # It is tested with this version
$ git checkout ac2fe728327be75c8c289d4e3ebf8587d88c518d $ git checkout 2.7.fb
$ make librocksdb.so $ 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
......
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