qt 4 不会安装在 Ubuntu 20.10 中

时间:2021-07-19 13:55:47

标签: linux qt4 configure 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

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

0 个答案:

没有答案