找回密码
 立即注册
查看: 378|回复: 0

linux(Ubuntu20.04)安装protoc

[复制链接]
发表于 2021-10-19 17:43 | 显示全部楼层 |阅读模式
$ wget https://github.com/protocolbuffers/protobuf/releases/download/v3.14.0/protobuf-all-3.14.0.zip

$ unzip protoc-all

$ ./configure

$ make

$ make install

$ protoc --version
异常:

有些依赖没有安装, 大部分有提示:

// 例如:make => No targets specified and no makefile found. Stop.

sudo apt update

sudo apt install gcc

apt install gcc build-essential

// make install => no permission

sudo make install

// protoc --version => no such file or directory

重启
懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Unity开发者联盟 ( 粤ICP备20003399号 )

GMT+8, 2024-11-24 19:58 , Processed in 0.095110 second(s), 22 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表