protobuf 源码安装

这里说一下ubuntu的方法,centos同理

$ git clone https://github.com/google/protobuf.git
$ sudo apt-get install autoconf automake libtool curl make g++ unzip
$ ./autogen.sh
$ ./configure
$ make
$ make check
$ sudo make install
$ sudo ldconfig

你可能感兴趣的:(protobuf 源码安装)