Could not find `protoc`
When running cargo build
on Ubuntu (on Raspberry PI 4), I get an "Could not find protoc
" error.
I did read the "Setup your environment" paragraph.
When running cargo build
on Ubuntu (on Raspberry PI 4), I get an "Could not find protoc
" error.
I did read the "Setup your environment" paragraph.
assigned to @c-geek
assigned to @c-geek
It seems that on Ubuntu, the following command resolves the issue:
sudo apt install protobuf-compiler
moved from nodes/typescript/duniter#1443 (moved)
added I-ToPrioritize label
changed milestone to %runtime-800
added P7-nicetohave label and removed I-ToPrioritize label
changed milestone to %runtime-801
It's documented in docs/dev/setup.md
, should we close this issue?
closed
changed milestone to %runtime-802