Install Protocol Buffers on Windows

前端 未结 8 1157
渐次进展
渐次进展 2021-02-01 14:18

I am unable to find clear instructions to install Google Protocol Buffers (including compiler) on Windows x64 platform.

I went through the instructions README file for c

8条回答
  •  心在旅途
    2021-02-01 15:20

    Download protoc-2.5.0-win32.zip from

    https://github.com/protocolbuffers/protobuf/releases/tag/v2.5.0

    Then to install, simply place this binary somewhere in your PATH

提交回复
热议问题