Add another rocksdb compile error fix to FAQ entry (#565)

On Fedora, Linux headers aren't enough to build `rocksdb`, as suggested in #549. `clang` is also required. Adds note to troubleshooting to help with this.
This commit is contained in:
udiWertheimer 2018-01-03 03:05:56 +02:00 committed by Ignotus Peverell
parent 7b13b25782
commit 23e045d9b7

View file

@ -44,6 +44,7 @@ Run `cargo update` to fix this
## Build error: Panic during rocksdb compilation.
This is caused by missing Linux headers. Install the development headers with
your favorite package manager (usually they are called `linux-headers`).
On some platforms, installing `clang` is also required.
# Short term plans
## Transaction types