probonopd / linuxdeployqt

Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
Other
2.22k stars 414 forks source link

Can you share .iso file or VM with linux distro with installed linuxdeployqt and latest Qt, that can be used for deployement. #602

Closed 88aleksandr88 closed 6 months ago

88aleksandr88 commented 8 months ago

Hello. Can you share .iso file or VM with linux distro with installed linuxdeployqt and latest Qt, that can be used for deployement. Compile Qt 6.6.4 for Cent OS 7 is difficult task. Can you provide an up-to-date distro for deployement?

TheAssassin commented 8 months ago

CentOS 7 will (finally!) no longer be "supported" by the end of June. That's around 3 months from now. Of a 10 year total "support" time. Given the fact that Red Hat gave up on CentOS years ago and that the successor (!) has gone EOL already, I'd suggest you stop worrying about CentOS 7 and use a more modern distribution right away.

Qt 6 does not support CentOS officially anyway.

88aleksandr88 commented 8 months ago

Can you share your distro with users as iso or vm with latest qt for deployement, for no one will need create this distro for himself?

TheAssassin commented 8 months ago

No. I doubt that exists. A workflow that involved a separate ISO/VM just for building is just not modern any longer, hasn't been ever since Docker has existed, so no, there is no such thing. Also, Qt can be installed using the upstream installer, for instance, there is not even a need for a special distribution.

I suggest you use Ubuntu 20.04 and the Qt binary installer.

probonopd commented 8 months ago

...or Qt from https://launchpad.net/~beineri, which is what I am using :)

TheAssassin commented 8 months ago

That PPA hasn't provided the most recent Qt in years, though.

probonopd commented 6 months ago

True. And I am no longer actively working on this codebase in favor of https://github.com/probonopd/go-appimage.