set protobuf specific commit in requirements
This commit is contained in:
NiccoloN
2026-03-02 16:47:56 +01:00
parent 6525a299a6
commit 47a2d20314
2 changed files with 34 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
Use the following commands to install protobuf:
```
git clone https://github.com/protocolbuffers/protobuf
git clone --depth 1 --branch v34.0 https://github.com/protocolbuffers/protobuf
cd protobuf
mkdir build
cd build