mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
README: Fedora needs protobuf-devel
Otherwise, common protobufs such as Google's empty.proto are missing, resulting in storage_broker build.rs failure. I encountered this on Fedora 36.
This commit is contained in:
committed by
Christian Schwarz
parent
4c4d3dc87a
commit
5bc9f8eae0
@@ -31,7 +31,8 @@ libssl-dev clang pkg-config libpq-dev cmake postgresql-client protobuf-compiler
|
||||
* On Fedora, these packages are needed:
|
||||
```bash
|
||||
dnf install flex bison readline-devel zlib-devel openssl-devel \
|
||||
libseccomp-devel perl clang cmake postgresql postgresql-contrib protobuf-compiler
|
||||
libseccomp-devel perl clang cmake postgresql postgresql-contrib protobuf-compiler \
|
||||
protobuf-devel
|
||||
```
|
||||
|
||||
2. [Install Rust](https://www.rust-lang.org/tools/install)
|
||||
|
||||
Reference in New Issue
Block a user