KISS IDE 是一个用于编程、编译和将代码/可执行文件导出到称为 KIPR 链接的设备的 IDE。
http://www.kipr.org/products/kiss-ide
它适用于 Windows 和 OS X,但您可以在 Linux 中编译源代码。我已经安装了要求的程序,但显然没有正确安装 qt5。当我cd ~/Documents/kiss-master/
运行它时mkdir build && cd build && cmake ..
,它会抛出此错误:
Add the installation prefix of "Qt5Declarative" to CMAKE_PREFIX_PATH or set
"Qt5Declarative_DIR" to a directory containing one of the above files. If
"Qt5Declarative" provides a separate development package or SDK, be sure it
has been installed.
使用locate
和之后find
,我无法在硬盘中找到该文件。
我不知道这是什么意思。这是我第一次接触 Qt。有人能帮我解释一下我该怎么做吗?
如果您需要有关我的文件系统设置的任何信息,请在评论中提问,我会编辑问题以将其包含在内。对于您需要查看输出的任何命令,也是如此。
谢谢!!!