install qt6.8.1 opensource in linuxmint 22.1
-
i want to install qt 6.8.1 opensource on my linuxmint 22.1
but when i enter command ./configure i get this error::
cmake version is = 3.24.3
python3 version is = 3.10.12 -
@jsulm i install all the dependencies and then excute configure again and solve my problem.
thanks bro -
i want to install qt 6.8.1 opensource on my linuxmint 22.1
but when i enter command ./configure i get this error::
cmake version is = 3.24.3
python3 version is = 3.10.12@hossein7294 You're trying to build Qt from source - why?
Just use the Qt Online Installer to install Qt unless you really need to build Qt from source. -
@jsulm i should install with Qt source not Qt Online Installer
-
@jsulm i should install with Qt source not Qt Online Installer
@hossein7294 Then you should follow https://doc.qt.io/qt-6/linux-building.html and https://doc.qt.io/qt-6/linux-requirements.html
The last one shows you what dependencies you need to install.
Also install these packages: libgl1-mesa-dev, libglu1-mesa-dev and build-essential -
@jsulm should i install all dependencies??
-
@jsulm should i install all dependencies??
@hossein7294 Most important are build-essential and the two mesa. For others you can just execute configure and see what fails - if what fails is needed check what dependencies it requires and install.
-
@jsulm i install all the dependencies and then excute configure again and solve my problem.
thanks bro -
H hossein7294 has marked this topic as solved on
-
I can not install this QT; Always problems with dependencies and other nonsense. In the past I have not any problem but since one year i cannot compile C code. Can not set those dependencies settings. linux user
@udobyk hi and welcome to devnet,
Please open a new thread showing the exact errors you are getting.
In between, you have the dependencies listed in the Linux chapter of Qt's documentation