首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >我试图运行,但它告诉我“没有指定的目标,也没有找到makefile。停止。”

我试图运行,但它告诉我“没有指定的目标,也没有找到makefile。停止。”
EN

Unix & Linux用户
提问于 2019-04-30 14:34:35
回答 1查看 150关注 0票数 0

我正在尝试构建康普顿,但我一直把它放在标题中。我在运行Arch Linux。

我是Linux新手,但在没有任何错误之前,我构建了几个程序。

进入目录的ls给了我:

代码语言:javascript
复制
[abdullah@abdullah ~]$ cd compton-conf
[abdullah@abdullah compton-conf]$ make
make: *** No targets specified and no makefile found.  Stop.
[abdullah@abdullah compton-conf]$ ls
AUTHORS    CMakeLists.txt    compton-conf.desktop.in  COPYING         maindialog.ui
autostart  compton-conf      compton.conf.example     maindialog.cpp  README.md
CHANGELOG  compton-conf.cpp  compton-conf.h           maindialog.h    translations
[abdullah@abdullah compton-conf]$ scrot -u
EN

回答 1

Unix & Linux用户

回答已采纳

发布于 2019-04-30 14:53:29

本项目基于cmake构建工具。

您应该在当前项目目录中运行Makefile来生成cmake

然后,您可以运行make

有关更多信息,请参见男子1

票数 0
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/516386

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档