0
点赞
收藏
分享

微信扫一扫

protobuf在ubuntu安装

兮城 2022-06-20 阅读 60

源码包中的src/README.md, 安装包在,安装过程如下:
1、解压压缩包:unzip protobuf-master.zip
2、进入解压后的文件夹:cd protobuf-master
3、安装所需工具:sudo apt-get install autoconf automake libtool curl make g++ unzip
4、自动生成configure配置文件:./autogen.sh
5、配置环境:./configure
6、编译源代码(时间比较长):make
7、安装:sudo make install
8、刷新动态库:sudo ldconfig
protobuf在ubuntu安装_安装过程 进行了测试,测试结果非常顺利。

举报

相关推荐

0 条评论