ubuntu安装protobuf

"版本3.3.9"

Posted by Jht on September 6, 2016

protobuf地址

github地址

下载地址

下载地址

安装

依赖

sudo apt-get install autoconf automake libtool curl make g++ unzip

install

./configure
make
make check
sudo make install
sudo ldconfig # refresh shared library cache.

官方文档

安装文档