赞
踩
yum -y install gcc gcc-c++ automake autoconf libtool make
- wget https://github.com/google/protobuf/releases/download/v3.6.1/protobuf-all-3.6.1.tar.gz
- tar zxvf protobuf-all-3.6.1.tar.gz
- cd protobuf-all-3.6.1
- ./autogen.sh
- ./configure
- make
- make install
大功告成!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。