开朗棒球

文章
3
资源
0
加入时间
2年10月17天

ProtoBuf_环境搭建_002

1. 环境搭建1.从 github上[下载源码](https://github.com/google/protobuf)2.安装依赖工具链, 命令如下: 1. sudo apt-get install autoconf/autoconf-bin automake libtool curl make g++ unzip 2. 编译源码 命令如下: 1. chmo...