funtoo
deepin
2019-06-25 21:04 没用过cmake?在源代码目录创建个build目录,然后cd过去运行Copy the Code自己试一下就知道了
- $ cmake ..
- $ make
- $ make install
Reply Like 0 View the author
funtoo 发表于 2019-6-25 13:04
没用过cmake?在源代码目录创建个build目录,然后cd过去运行自己试一下就知道了 ...
https://bbs.deepin.org/post/179825
有错误提示
需要贴一下输出么?
https://bbs.deepin.org/post/179825
CMake Warning (dev) at CMakeLists.txt:13 (add_definitions):
Policy CMP0005 is not set: Preprocesso ...
https://bbs.deepin.org/post/179825
错误提示挺明显的啊,熟悉Debian拆包规则的话就知道,把libkf5plasma-dev这个包装一下,再重新试一下就可 ...
https://bbs.deepin.org/post/179825
已安装
CMake Warning (dev) at CMakeLists.txt:13 (add_definitions):
Policy CMP0005 is not set: Pr ...
Could not find a package configuration file provided by "KF5WindowSystem"
with any of the following names:
KF5WindowSystemConfig.cmake
kf5windowsystem-config.cmake
https://bbs.deepin.org/post/179825
根据这提示搜索下kf5windowsystem,再加上Debian的拆包规则,很容易得出结论需要安装libkf5windowsystem- ...
https://bbs.deepin.org/post/179825
根据这提示搜索下kf5windowsystem,再加上Debian的拆包规则,很容易得出结论需要安装libkf5windowsystem- ...
https://bbs.deepin.org/post/179825
按照你的指引我完成了cmake ,但是make报错,百度不到
fatal error: kwineffects.h: 没有那个文件或目录
...
fatal error: kwineffects.h: 没有那个文件或目录

https://bbs.deepin.org/post/179825
没用过cmake?在源代码目录创建个build目录,然后cd过去运行自己试一下就知道了 ...

https://bbs.deepin.org/post/179825
提示的那个头文件,很明显是kwin相关的,安装kwin-dev就可以了,如果要玩手动编译,建议走一遍LFS,对各 ...
https://bbs.deepin.org/post/179825
提示的那个头文件,很明显是kwin相关的,安装kwin-dev就可以了,如果要玩手动编译,建议走一遍LFS,对各 ...
https://bbs.deepin.org/post/179825
提示的那个头文件,很明显是kwin相关的,安装kwin-dev就可以了,如果要玩手动编译,建议走一遍LFS,对各 ...
https://bbs.deepin.org/post/179825
-- Generating done
-- Build files have been written to: /media/deepin/0242AF9142AF87CD/dde-kwin-ma ...