Skip to content

Commit

Permalink
fix: Resolve compilation issue due to missing protobuf-compiler
Browse files Browse the repository at this point in the history
Resolve compilation issue due to missing protobuf-compiler
  • Loading branch information
DarkingLee authored Oct 11, 2023
1 parent 5492c90 commit 28a04b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit 28a04b1

Please sign in to comment.