qt 4 不会安装在 Ubuntu 20.10 中

问题描述

从源代码中获得正确的 qt 4 需要做什么?

$ git clone https://github.com/oudream/qt-4.6.4.git 
$ cd qt-4.6.4/
$ chmod +x configure
$ dos2unix configure 
$ mkdir build_qt
$ cd build_qt/

~/Qt/Qt4/qt-4.6.4/build_qt$ ../configure  -confirm-license -opensource -release -nomake demos -nomake examples    -no-webkit -static 
    Preparing build tree...
    You don't seem to have 'make' or 'gmake' in your PATH.

echo $PATH
/sbin:/bin:/usr/bin:/usr/local/bin:/snap/bin:/usr/bin/make

$ make --version
GNU Make 4.3

我尝试从源代码构建,但发生了意外情况,也许新版本的操作系统有一些我需要了解的变化。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...