0
点赞
收藏
分享

微信扫一扫

Ubuntu 18.04 安装 protobuf 3.2.0 版本

小沙坨 2022-04-29 阅读 78
ubuntu

1.下载protobuf

protobuf下载地址:https://codeload.github.com/google/protobuf/zip/v3.2.0

2.执行 cd protobuf-3.2.0

3.执行 ./configure ,如果报错 没有那个文件或目录,执行 ./autogen.sh.
4. 再执行 ./configure
5. 再执行 make
6. 再执行 make install

举报

相关推荐

0 条评论