Skip to content
Snippets Groups Projects
Commit e30db159 authored by Nicolas80's avatar Nicolas80
Browse files

package "protobuf-compiler" was missing from this documentation; resulting in failed "cargo build"

parent 1ea5bce4
No related branches found
No related tags found
No related merge requests found
Pipeline #38609 waiting for manual action
......@@ -13,7 +13,7 @@ This walkthrough is based on the following video (french), don't hesitate to rec
If you are on a debian based system, you can install the required packages with:
```bash
sudo apt install cmake pkg-config libssl-dev git build-essential clang libclang-dev curl
sudo apt install cmake pkg-config libssl-dev git build-essential clang libclang-dev curl protobuf-compiler
```
Else, look at the corresponding section in the [system setup documentation](./setup.md).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment