书写技术成长之路

RHEL7安装protobuf

  1. sudo yum install autoconf automake libtool unzip gcc-c++ git -y
  2. git clone https://github.com/google/protobuf.git
  3. cd protobuf
  4. ./autogen.sh
  5. ./configure
  6. make
  7. make install
  8. 测试是否安装成功 protoc --version