Skip to content

How to install protoc

giger85 edited this page Apr 25, 2020 · 1 revision

목표

  • protoc 를 설치하여 proto 파일을 컴파일 하기 위함

환경

  • os: Mac
  • installed homebrew

install

$ brew install protobuf
...
$ protoc --version
libprotoc 3.11.4

Clone this wiki locally