From 28a04b157da45bd09525a5e39fb812432bad8290 Mon Sep 17 00:00:00 2001 From: DarkingLee <49502360+DarkingLee@users.noreply.github.com> Date: Wed, 11 Oct 2023 20:04:57 +0800 Subject: [PATCH] fix: Resolve compilation issue due to missing protobuf-compiler Resolve compilation issue due to missing protobuf-compiler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0263cc7..fb4ea4f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ brew install cmake pkg-config openssl git llvm Linux ```bash -sudo apt install cmake pkg-config libssl-dev git clang libclang-dev +sudo apt install cmake pkg-config libssl-dev git clang libclang-dev protobuf-compiler ``` More:Melodot is based on Substrate, for more information please go to [Substrate](https://docs.substrate.io/install/).