add Debian and Ubuntu rocksdb installation instructions

This commit is contained in:
Dustin Brody 2019-03-14 13:54:27 -07:00
parent 7bceefda6b
commit 63fe46fd80
No known key found for this signature in database
GPG Key ID: 3D7A11A0156519DC
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ brew install rocksdb
# Fedora
dnf install rocksdb-devel
# Debian and Ubuntu
sudo apt-get install librocksdb-dev
```
On Windows, you can [download pre-compiled DLLs](#windows).