From 1d641c681e62d05e3be464ed2370921514a5cbe4 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 27 Oct 2016 18:12:18 +0100 Subject: [PATCH] RocksDB is no longer a prerequisite --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index af31e8f..0a2dfa7 100644 --- a/README.md +++ b/README.md @@ -22,16 +22,6 @@ This library has been tested against RocksDB 3.13.1 on linux and OSX. The 0.4.1 Feedback and pull requests welcome! If a particular feature of RocksDB is important to you, please let me know by opening an issue, and I'll prioritize it. -###### Prerequisite: RocksDB - -First, use your system's package manager to install snappy. This is optional, but lets rocksdb take advantage of better compression, and some code may require it. - -```bash -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 shared_lib -sudo make install -``` - ### Running ###### Cargo.toml ```rust