This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-17
lines changed
Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -9,26 +9,13 @@ usage description.
99Quick Install
1010-------------
1111
12- Quick install for debian/ubuntu like linux distributions .
12+ This library is built for Debian + Ubuntu Distributions .
1313
1414.. code-block :: bash
1515
16- $ apt-get install build-essential libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev liblz4-dev
17- $ git clone https://github.com/facebook/rocksdb.git
18- $ cd rocksdb
19- $ mkdir build && cd build
20- $ cmake ..
21- $ make
22- $ cd ..
23- $ export CPLUS_INCLUDE_PATH=${CPLUS_INCLUDE_PATH}${CPLUS_INCLUDE_PATH: +: } ` pwd` /include/
24- $ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}${LD_LIBRARY_PATH: +: } ` pwd` /build/
25- $ export LIBRARY_PATH=${LIBRARY_PATH}${LIBRARY_PATH: +: } ` pwd` /build/
26-
27- $ apt-get install python-virtualenv python-dev
28- $ virtualenv pyrocks_test
29- $ cd pyrocks_test
30- $ . bin/active
31- $ pip install python-rocksdb
16+ $ apt-get install build-essential libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev liblz4-dev librocksdb-dev
17+ $ pip3 install faust-streaming-rocksdb
18+
3219
3320
3421 Quick Usage Guide
You can’t perform that action at this time.
0 commit comments