Linux下protobuf的编译与安装【各种奇葩问题】

下载googletest  

googletest1.5.0下载地址:https://github.com/google/googletest

  1. unzip gtest-.zip
  2. mv gtest- gtest
  3. yum install -y autoconf
  4. yum install automake
  5. yum install -y libtool
  6. ./autogen.sh
  7. ./configure
  8. make
  9. make check
  10. sudo make install

转自:https://www.bbsmax.com/A/xl56rG6Y5r/

 

Linux下protobuf的编译与安装【各种奇葩问题】Linux下protobuf的编译与安装【各种奇葩问题】 Tony_Xian 发布了44 篇原创文章 · 获赞 20 · 访问量 10万+ 私信 关注
上一篇:一次xxoo提权


下一篇:PostgreSQL数据库集簇初始化——initdb初始化数据库(数据库初始设置一)