We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
命令行无法直接安装protoc,我根据官方教程由源码编译安装了protoc-3.12.4 但是报了这个错误: 我看这个报错与安装muduo库时未将lib文件夹内容复制进usr/lib时的报错类似,但我在编译protoc时使用了bazel编译,没有对应的lib文件夹
The text was updated successfully, but these errors were encountered:
Message that will be displayed on users' first issue
Sorry, something went wrong.
@zhuyi1159 个人建议的方法1: 执行你图片中我截取的这部分命令。 2.在readme中更新一下安装,可以参考下,Ubuntu的话是一行命令
谢谢,已经解决了,我重新安装了protoc,执行了以下命令: ./configure make && make install
No branches or pull requests
命令行无法直接安装protoc,我根据官方教程由源码编译安装了protoc-3.12.4
但是报了这个错误:
我看这个报错与安装muduo库时未将lib文件夹内容复制进usr/lib时的报错类似,但我在编译protoc时使用了bazel编译,没有对应的lib文件夹
The text was updated successfully, but these errors were encountered: