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

This commit is contained in:
Valentin Balaschenko
2026-02-20 01:46:15 +09:00
committed by tequ
parent bfabc979bb
commit d2e41693c5

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"