方法一:可以FQ

安装

下载https://github.com/google/protobuf/releases ##Source code (zip)##
./autogen.sh
./configure
make
make check
make install

卸载

which protoc 
rm /usr/local/bin/protoc

查看版本:
protoc --version

方法二:不能FQ
去这里下载: https://github.com/google/protobuf/releases/tag/v2.5.0
安装步骤:(1)./configure (2)make (3)make check (4)make install
 

相关文章:

  • 2021-11-21
  • 2021-11-29
  • 2021-06-05
  • 2021-08-30
  • 2022-01-22
  • 2021-04-27
猜你喜欢
  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
  • 2021-12-06
  • 2021-12-08
  • 2021-11-20
  • 2021-11-21
相关资源
相似解决方案