From ad539f0e41f474eab3a46a7731c6bfc389d0272d Mon Sep 17 00:00:00 2001 From: mrq1911 Date: Fri, 18 Aug 2023 11:11:16 +0200 Subject: [PATCH] protobuf is required dep bor build (#7636) --- polkadot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/README.md b/polkadot/README.md index c6e9697603..dcebcf7277 100644 --- a/polkadot/README.md +++ b/polkadot/README.md @@ -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