mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
5 lines
297 B
Bash
5 lines
297 B
Bash
curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.12.0/protoc-3.12.0-linux-x86_64.zip
|
|
sudo unzip protoc-3.12.0-linux-x86_64.zip -d /usr/local/bin
|
|
|
|
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.25.0
|
|
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1
|