ubuntu安装protobuf

蹲街弑〆低调 提交于 2020-07-28 20:54:30

 

这个安装没成功:

1、git clone https://github.com/protocolbuffers/protobuf.git

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

3、cd protobuf/

4、git submodule update --init --recursive

5、make check

6、sudo make install

7、sudo ldconfig

8、protoc --version

此时就会显示安装成功了

参考:https://blog.csdn.net/Zyong139064359/article/details/102543602 

 

cd protobuf

autogen.sh

./configure
make
make check
make install


易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!