docs: Add protobuf dependencies to linux setup instructions (#5156)

This commit is contained in:
Valentin Balaschenko
2024-10-29 20:26:20 +00:00
committed by GitHub
parent d4a5f8390e
commit 0d887ad815

View File

@@ -23,7 +23,7 @@ direction.
```
apt update
apt install --yes curl git libssl-dev python3.10-dev python3-pip make g++-11
apt install --yes curl git libssl-dev python3.10-dev python3-pip make g++-11 libprotobuf-dev protobuf-compiler
curl --location --remote-name \
"https://github.com/Kitware/CMake/releases/download/v3.25.1/cmake-3.25.1.tar.gz"