系统:Kubuntu-64-bit 20.04 - AMD 64-bit machine
我试图从源代码安装相当通用的电路模拟器并得到错误:
configure: error: Qt >= 4.6.0 is required.
configure: error: ./configure failed for qucs
尝试安装 Qt-4 得到错误:
apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui
E: Unable to locate package qt4-dev-tools
E: Package 'libqt4-dev' has no installation candidate
E: Unable to locate package libqt4-core
E: Unable to locate package libqt4-gui
我如何得到这份工作?
Qt4 框架已从 Ubuntu 20.04 主存储库中删除。
您仍然可以获得 Qt4 库,添加 PPA rock-core/qt4
在终端中运行:
并通过运行命令安装所需的 Qt4 库:
或者
虽然@kyodake 的回答是正确的,但也有好消息:
不错的开发人员正在主站点上开发 Qt5 端口;
我在这里编写了一个 AppImage 版本(唉,没有手册,可能不是最好的配置版本,但它可以工作):https ://rmano.github.io/qucsAppImagesBuild/
您可以只下载 AppImage,使用 使其可执行
chmod +x
,然后运行它。