Open Jack17432 opened 8 hours ago
When I run cargo build on the examples on linux. I get the following error
cargo build
called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
Is there a setup that I am missing?
This is actually an error that shows up when there is no protobuf compiller installed.
When I run
cargo build
on the examples on linux. I get the following errorIs there a setup that I am missing?