Install Protocol Buffers on Windows

前端 未结 8 1249
渐次进展
渐次进展 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:13

    If you just want to compile ProtoBuf definitions, you can download precompiled binaries of protoc for all platforms right on the ProtoBuf GitHub releases page.

    They had precompiled binaries at least since 2015, but it's easy to overlook them in between the many downloads.

提交回复
热议问题