-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hello,
I've installed nostr on a fresh PC.
error: failed to run custom build command for nostr-rs-relay v0.8.9 (/opt/nostr-rs-relay)
Caused by:
process didn't exit successfully: /opt/nostr-rs-relay/target/release/build/nostr-rs-relay-47635d6023da92ab/build-script-build (exit status: 101)
--- stdout
cargo:rerun-if-changed=proto/nauthz.proto
cargo:rerun-if-changed=proto
--- stderr
thread 'main' panicked at 'Could not find protoc installation and this build crate cannot proceed without
this knowledge. If protoc is installed and this crate had trouble finding
it, you can set the PROTOC environment variable with the specific path to your
installed protoc binary.If you're on debian, try apt-get install protobuf-compiler or download it from https://github.com/protocolbuffers/protobuf/releases
After i did "apt-get install protobuf-compiler" compiling worked. Please add protobuf-compiler to install dependencies.
Thank you