码迷,mamicode.com
首页 > Web开发 > 详细

raspberry pi install protobufs

时间:2021-06-04 19:07:40      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:prot   http   prefix   c++   lang   pre   oca   releases   lease   

raspberry pi install protobufs

protobuf github仓库地址https://github.com/protocolbuffers/protobuf/releases

没有提供armv7l 32位的版本,下载cpp的tar包,编译安装。

下载c++的tar包,protobuf-cpp-x.xx.x.tar.gz

wget https://github.com/protocolbuffers/protobuf/releases/download/v3.17.2/protobuf-cpp-3.17.2.tar.gz
tar -zxf protobuf-cpp-3.17.2.tar.gz 
cd protobuf-3.17.2/
./configure --prefix=/usr/local/protoc
sudo make && sudo make install
/usr/local/protoc/bin/protoc 
/usr/local/protoc/bin/protoc --version 

raspberry pi install protobufs

标签:prot   http   prefix   c++   lang   pre   oca   releases   lease   

原文地址:https://www.cnblogs.com/linga/p/14847747.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!