如何从 git 存储库创建 qtCreator 项目?
我已经创建了项目。新文件或项目=>git存储库克隆=>克隆 url git://github.com/negativ/eiskaltdcpp.git=>进程终止,退出代码 0.=>完成=> cmake 向导 => 下一步
=>这里写了什么论点?
=>简单,运行cmake!
块引用 /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 处的 CMake 错误(消息): 找不到 BZip2(缺少:BZIP2_LIBRARIES BZIP2_INCLUDE_DIR) 调用堆栈(首先是最近的调用): /usr/share/cmake-2.8/Modules/FindBZip2.cmake:30 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:69(find_package) -- 配置不完整,出现错误!
=>无法打开项目'/home/knowill/IT/dcproject/repository/negativ-eiskaltdcpp/CMakeLists.txt'。
请帮助我。很抱歉,如果出现问题的话。
I had created project. New File or Project=>git Repository Clone=> clone url git://github.com/negativ/eiskaltdcpp.git=>The process terminated with exit code 0.=> finish => cmake wizard =>next
=> what arguments writes here?
=> Simple, run cmake!
Blockquote
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindBZip2.cmake:30 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:69 (find_package)
-- Configuring incomplete, errors occurred!
=>Unable to open the project '/home/knowill/IT/dcproject/repository/negativ-eiskaltdcpp/CMakeLists.txt'.
help me, please. I'm sorry, if makes errors in question.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 cmake 版本似乎不支持 BZip2。确认所需的 cmake 并根据需要进行更新,您应该处于良好状态。
It looks like your version of cmake doesn't have BZip2 support. Confirm the required cmake and update if necessary and you should be in good shape.