我正在尝试为 Mightex 相机安装一些软件,第一步是运行一个./configure
文件,在收到大量检查库的消息后,它失败并显示以下信息:
checking if Qt is multi-threaded... no
Qt is not multithreaded (or its name is wrong). You MUST have a multithreaded
version of the Qt library installed or CamStream will simply not compile.
configure
我认为这是与该消息相关的文件部分。
http://paste.ubuntu.com/9620162/
我正在运行 Ubuntu 14.04。
此链接似乎表明我需要安装,libqt-mt
但我找不到它或任何其他多线程的 qt 相关库。
更新
经过进一步的搜索后,我在这里找到了这个包:
http://packages.ubuntu.com/lucid/libqt3-mt
但是 qt3 似乎太旧了。让它工作的正确方法是什么,即不安装太旧的软件包(似乎它最后出现在 Ubuntu 12.04 中)。
另外,尝试安装它时我收到以下消息:
Dependency is not satisfiable: libmng1 (>=1.0.3-1)
我不太明白。