How to install Qt 6.4.3 or newer (fresh update) without gui
-
Basically, I'm making sh script for Ubuntu, which helps me to install all libraries/dependencies/software/whatsoever I would need after fresh OS install
I need to install Qt 6.4.3 + gcc + c++/c compiler and some standard (max basic build) of qt
I would need to ignore all gui clicks to save timePlease advise, how to make the same with command
[1] change mirror to berkley
[2] download and install Qt -> ignoring Online Qt Installer GUI -
Basically, I'm making sh script for Ubuntu, which helps me to install all libraries/dependencies/software/whatsoever I would need after fresh OS install
I need to install Qt 6.4.3 + gcc + c++/c compiler and some standard (max basic build) of qt
I would need to ignore all gui clicks to save timePlease advise, how to make the same with command
[1] change mirror to berkley
[2] download and install Qt -> ignoring Online Qt Installer GUIHi,
Here you have the documentation on how to sue the online installer from the command line. Otherwise, there is also the aqinstall project.