码迷,mamicode.com
首页 > 系统相关 > 详细

UBUNTU16.04卸载安装protobuf

时间:2019-08-11 12:46:02      阅读:357      评论:0      收藏:0      [点我收藏+]

标签:git clone   github   apt   version   move   版本   zip   mod   lib   

1.卸载

  sudo apt-get remove libprotobuf-dev

  which protoc

     然后删除路径即可

 

2.安装

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

 

git clone -b v3.6.1 https://github.com/protocolbuffers/protobuf.git

 

cd protobuf

git submodule update --init --recursive

./autogen.sh

./configure

make

make check

sudo make install

sudo ldconfig

protoc --version 输出版本号成功

UBUNTU16.04卸载安装protobuf

标签:git clone   github   apt   version   move   版本   zip   mod   lib   

原文地址:https://www.cnblogs.com/penuel/p/11334421.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!