Merge pull request #259 from jamesray1/patch-1

Add requirements and headings
master
Jordan Terrell 5 years ago committed by GitHub
commit c485189f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md

@ -9,10 +9,18 @@ rust-rocksdb
![GitHub commits (since latest release)](https://img.shields.io/github/commits-since/rust-rocksdb/rust-rocksdb/latest.svg)
## Requirements
- Clang and LLVM
## Contributing
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.
## Usage
This binding is statically linked with a specific version of RocksDB. If you
want to build it yourself, make sure you've also cloned the RocksDB and
compression submodules:

Loading…
Cancel
Save