用make命令以后出现错误提示
Tofloor
poster avatar
liujindong
deepin
2017-10-23 23:57
Author
make以后提示
Project ERROR: dtkcore development package not found
Makefile:839: recipe for target 'Makefile' failed
make[1]: *** [Makefile] Error 3
make[1]: Leaving directory '/home/aqb/dtkwidget-master/src'
Makefile:43: recipe for target 'sub-src-make_first-ordered' failed
make: *** [sub-src-make_first-ordered] Error 2


emmm每太看懂,是缺少dtk开发环境?还是什么鬼?怎么解决哦
Reply Favorite View the author
All Replies
avatar
jingle
deepin
2017-10-24 00:13
#1
Reply View the author
avatar
155******38
deepin
2017-10-24 00:22
#2
这不是提示很明显吗?dtkcore development package not found.把dtk的dev包安装上就是了
Reply View the author
avatar
moriwuhen
deepin
2017-10-24 15:24
#3
https://bbs.deepin.org/post/147109
这不是提示很明显吗?dtkcore development package not found.把dtk的dev包安装上就是了

可否具体说下dev包如何下载并安装?谢谢了!
这是第二次看到dev包安装了,然而搜索dev相关,实在很难找到直接有关的方法。
Reply View the author
avatar
Lyvnee
deepin
2017-10-24 16:57
#4
moriwuhen 发表于 2017-10-24 07:24
可否具体说下dev包如何下载并安装?谢谢了!
这是第二次看到dev包安装了,然而搜索dev相关,实在很难找到 ...

sudo  apt  search   dtkcore   
找到具体包名,安装
Reply View the author