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 (将#修改为@)