Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 736 Bytes

File metadata and controls

27 lines (19 loc) · 736 Bytes

Developer Guide

Tooling

On macOS or Linux, you can use the asdf tool to install many of the tools needed for development.

ASDF requires plugins for each tool listed - see https://github.com/asdf-vm/asdf-plugins - asdf plugin add <name> <url>

The .tool-versions file contains a list of tools and versions that can be installed with:

asdf install

Additionally, to generate code from Protobuf, some more tools are needed. To install them, run the following commands:

make install-protoc-plugins
make verify-protoc-plugins