Home ubuntu中安装google protobuf
Post
Cancel

ubuntu中安装google protobuf

安装

1
2
3
4
5
6
7
8
9
10
$ 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.
This post is licensed under CC BY 4.0 by the author.
Contents

pip install ocurrs locale.Error: unsupported locale setting

[翻译]2018年深度学习主要进展