WSL2(Ubuntu22.04)でprotocをインストールする

WSL2(Ubuntu22.04)でprotocをインストールする

インストール

brewがインストールされている場合はbrewでインストールします。

$ brew install protobuf
$ protoc --version
libprotoc 23.2

aptでインストールします。

$ apt install -y protobuf-compiler
$ protoc --version
libprotoc 23.2

ドキュメント

Protocol Buffer Compiler Installation
Howtoinstalltheprotocolbuffercompiler.

コメント

タイトルとURLをコピーしました