Arch rocksdb instructions (#287)

This commit is contained in:
Yuriy Glukhov 2019-03-25 16:32:29 +02:00 committed by Jacek Sieka
parent 02e4c36a99
commit 01817da06f
1 changed files with 3 additions and 0 deletions

View File

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