首页 > 杂记 > 正文

ubuntu中安装google protobuf

标签:other

安装

$ sudo apt-get install autoconf automake libtool curl make g++ unzip
$ git clone https://github.com/protocolbuffers/protobuf.git
$ cd protobuf
$ git submodule update --init --recursive
$ ./autogen.sh
$ ./configure
$ make
$ make check
$ sudo make install
$ sudo ldconfig # refresh shared library cache.

原创文章,转载请注明出处!
本文链接:http://youran.tech/posts/google-protobuf-install.html
上篇: pip install ocurrs locale.Error: unsupported locale setting
下篇: [翻译]2018年深度学习主要进展

留言: