protobuf is required dep bor build (#7636)

This commit is contained in:
mrq1911
2023-08-18 11:11:16 +02:00
committed by GitHub
parent bd8228e06f
commit ad539f0e41
+1 -1
View File
@@ -79,7 +79,7 @@ rustup update
Once done, finish installing the support software:
```bash
sudo apt install build-essential git clang libclang-dev pkg-config libssl-dev
sudo apt install build-essential git clang libclang-dev pkg-config libssl-dev protobuf-compiler
```
Build the client by cloning this repository and running the following commands from the root