美文网首页
Ubuntu 安装 protobuf

Ubuntu 安装 protobuf

作者: 阿布多12 | 来源:发表于2018-11-18 23:00 被阅读0次

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

$ git clone https://github.com/google/protobuf.git

$ cd protobuf

$ git submodule update --init --recursive

$ ./autogen.sh

$ ./configure

$ make

$ make check

$ sudo make install

$ sudo ldconfig # refresh shared library cache.

相关文章

网友评论

      本文标题:Ubuntu 安装 protobuf

      本文链接:https://www.haomeiwen.com/subject/mfpnfqtx.html