安装
下载https://github.com/google/protobuf/releases ##Source code (zip)##
./autogen.sh
./configure
make
make check
make install
卸载
which protoc
rm /usr/local/bin/protoc
支持C
https://github.com/protobuf-c/protobuf-c/
https://github.com/protobuf-c/protobuf-c/wiki/Examples
本文档提供了详细的步骤来指导如何安装和卸载Protocol Buffers(简称Protobuf)。安装流程包括从GitHub下载源代码、运行自动生成脚本、配置、编译、检查及最终安装。此外还提供了卸载protoc编译器的具体命令。对于C语言的支持,给出了额外资源链接。

908





