Skip to content

Commit

Permalink
Merge pull request #12 from deep-compute/updated-installation-instruc…
Browse files Browse the repository at this point in the history
…tions

Updated rocksdb installation instructions
  • Loading branch information
algrebe authored Jun 5, 2017
2 parents 6138cb0 + 0ae035d commit 21304fd
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@ $ sudo apt-get install libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev
$ git clone https://github.com/facebook/rocksdb.git
$ cd rocksdb
$ # It is tested with this version
$ git checkout 3.9.fb
$ git checkout v4.6.1
$ make shared_lib
$ sudo mv librocksdb.so /usr/lib/
$ sudo mv include/* /usr/include/
$ sudo make install-shared INSTALL_PATH=/usr
```

### install pyrocksdb

```bash
pip install "Cython>=0.20"
pip install git+git://github.com/stephan-hof/pyrocksdb.git
```

### Install RocksDBServer
Expand All @@ -34,7 +40,7 @@ $ sudo apt-get install autoconf automake build-essential libtool python-dev
```

``` bash
$ sudo pip install rocksdbserver
$ pip install rocksdbserver
```

## Usage
Expand Down

0 comments on commit 21304fd

Please sign in to comment.