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 

相关文章:

  • 2022-12-23
  • 2021-05-14
  • 2021-12-04
  • 2021-09-08
  • 2021-06-25
  • 2022-01-04
  • 2021-11-26
  • 2021-06-28
猜你喜欢
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2021-11-15
  • 2021-07-29
  • 2021-06-13
相关资源
相似解决方案