Commit 1cf1bdce authored by Tyler Neely's avatar Tyler Neely

Use shared_lib instead of static_lib to please rustc.

parent 66b885a3
...@@ -7,7 +7,7 @@ This library has been tested against RocksDB 3.8.1 on linux and OSX. The 0.0.5 ...@@ -7,7 +7,7 @@ This library has been tested against RocksDB 3.8.1 on linux and OSX. The 0.0.5
###### Prerequisite: RocksDB ###### Prerequisite: RocksDB
```bash ```bash
wget https://github.com/facebook/rocksdb/archive/rocksdb-3.8.tar.gz wget https://github.com/facebook/rocksdb/archive/rocksdb-3.8.tar.gz
tar xvf rocksdb-3.8.tar.gz && cd rocksdb-rocksdb-3.8 && make static_lib tar xvf rocksdb-3.8.tar.gz && cd rocksdb-rocksdb-3.8 && make shared_lib
sudo make install sudo make install
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment