mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
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:
parent
7b13b25782
commit
23e045d9b7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue