Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 431 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 431 Bytes

Dependencies

In order to build tonic >= 0.8.0, you need the protoc Protocol Buffers compiler, along with Protocol Buffers resource files. See tonic crate.

Ubuntu

sudo apt update && sudo apt upgrade -y
sudo apt install -y protobuf-compiler libprotobuf-dev

Alpine Linux

sudo apk add protoc protobuf-dev

MacOS

brew install protobuf