六号曾多次在电脑游戏奥林匹克竞赛中获得金牌。源代码位于 GitHub https://github.com/melisgl/six/tree/master/six上。它已经被钉了几十年了,但我想把它提出来,但我不熟悉 KDE、Qt 甚至 C++ 编程。我主要是汇编、C 和 Python 程序员,并且已经从事这行大约 50 年了(真的!)。
尽管如此,当我为此目的构建了 Kubuntu 20.04.3、克隆存储库并开始启动时,还是有点令人惊讶。通常的启动是 .configure,但即使这样也不起作用。可能是因为代码太旧了,但我需要帮助。它并没有走得太远,最终询问我是否配置正确,显然是因为它找不到 kde-config。搜索该名称时的一次点击表明它是或在一个名为 kdelibs5-dev 的包中,但我在突触中看不到它。它在我应该安装的其他软件包中吗?我可以做一些简单的事情来进一步了解 .configure 吗?
这是尝试的样子
kevin@kackles:~/Six/six/six$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific …Run Code Online (Sandbox Code Playgroud) 我有一台装有 Xubuntu 20.04.2 的机器,我已经有一段时间没有使用它了,现在它的生命周期已经过去一年了。它的配置很重,所以我想将其更新/升级到最新的 Xubuntu。有没有办法做到这一点?