找回密码
 立即注册
查看: 140|回复: 0

通过Gitee安装Protobuf

[复制链接]
发表于 2023-2-24 05:41 | 显示全部楼层 |阅读模式
先放需要用到的git库:
核心Protobuf库:
第三方库:
先是下载对应的库
sudo su
cd /usr/local/src
git clone https://gitee.com/mirrors/protobufsource.git protobuf
git clone https://gitee.com/mirrors/googletest.git protobuf/third_party/googletest
git clone https://gitee.com/mirrors/google-benchmark.git protobuf/third_party/benchmark然后更新
cd protobuf
git submodule update --init --recursive
./autogen.sh接下来是安装
./configure
make -j32
make check -j32
make install
ldconfig 根据自己CPU的线程数调整-j后面的数
安装完成。
protoc --version查看protoc版本。
<hr/>至于为什么要通过gitee,不觉得github直接下载超级慢么!
懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Unity开发者联盟 ( 粤ICP备20003399号 )

GMT+8, 2024-11-24 05:41 , Processed in 0.090446 second(s), 25 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表