Skip to content
Snippets Groups Projects
Commit 20820095 authored by RIMPY BHAROT's avatar RIMPY BHAROT Committed by GitHub
Browse files

Update installation.rst

Missing steps need to be added for clean installation.
parent aab001bf
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,9 @@ For more details consider https://github.com/facebook/rocksdb/blob/master/INSTAL
apt-get install build-essential libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev
git clone https://github.com/facebook/rocksdb.git
cd rocksdb
make build && cd build
mkdir build && cd build
cmake ..
make
Systemwide rocksdb
^^^^^^^^^^^^^^^^^^
......@@ -48,6 +49,6 @@ Building python-rocksdb
apt-get install python-virtualenv python-dev
virtualenv pyrocks_test
cd pyrocks_test
. bin/active
. bin/activate
pip install "Cython>=0.20"
pip install git+git://github.com/twmht/python-rocksdb.git
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