Closed QuietMisdreavus closed 5 years ago
The protobuf crate requires the protobuf headers, and the exonum crate requires the protoc compiler. (It turns out libprotobuf-dev was already installed on docs.rs, but i just installed protobuf-compiler to allow exonum to build.)
protobuf
exonum
protoc
libprotobuf-dev
protobuf-compiler
The
protobuf
crate requires the protobuf headers, and theexonum
crate requires theprotoc
compiler. (It turns outlibprotobuf-dev
was already installed on docs.rs, but i just installedprotobuf-compiler
to allowexonum
to build.)