参考:

Protocol Buffers - Google's data interchange format

Ubuntu 14.04 下 安装Protocol Buffers

环境

Ubuntu 14.04, 64bit.

依赖安装

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

Install Protobuf

$ ./autogen.sh

$ ./configure

$ make

$ make check
============================================================================
Testsuite summary for Protocol Buffers 3.3.0
============================================================================
# TOTAL: 7
# PASS:  7
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
$ sudo make install

$ sudo ldconfig # refresh shared library cache.

2017.5.13

相关文章:

  • 2021-05-13
  • 2021-12-26
  • 2022-12-23
  • 2019-12-02
  • 2021-11-06
  • 2021-10-08
猜你喜欢
  • 2021-10-22
  • 2022-12-23
  • 2021-10-31
  • 2021-05-23
  • 2021-09-23
  • 2021-08-26
相关资源
相似解决方案