Oldest Ubuntu version that can run Qt 6.6.0?
-
wrote on 24 Feb 2024, 18:51 last edited by
Hi,
What is the oldest Ubuntu version that supports running Qt 6.6.0?
Thanks in advance!Roy
-
Hi,
What is the oldest Ubuntu version that supports running Qt 6.6.0?
Thanks in advance!Roy
wrote on 24 Feb 2024, 19:34 last edited by@TheFlyingMooseMan said in Oldest Ubuntu version that can run Qt 6.6.0?:
Thanks in advance!
Read here:
-
Hi,
What is the oldest Ubuntu version that supports running Qt 6.6.0?
Thanks in advance!Roy
wrote on 24 Feb 2024, 19:36 last edited by JoeCFDThis post is deleted! -
@TheFlyingMooseMan said in Oldest Ubuntu version that can run Qt 6.6.0?:
Thanks in advance!
Read here:
wrote on 24 Feb 2024, 22:24 last edited by@Pl45m4 Not quite the answer. I was able to run Qt 6.6.0 on Ubuntu 20.04. My question is what the oldest Ubuntu version is that can run Qt 6.6.0, not what is currently supported by the Qt team.
-
@Pl45m4 Not quite the answer. I was able to run Qt 6.6.0 on Ubuntu 20.04. My question is what the oldest Ubuntu version is that can run Qt 6.6.0, not what is currently supported by the Qt team.
wrote on 24 Feb 2024, 22:28 last edited byThen, I believe you won't get a definite answer.
Even if it's possible to install on something like Ubuntu 12.04 LTS, maybe at some point you could run into issues sooner or later.
So I would say... if you have one specific version in mind, try it and see what happens -
wrote on 25 Feb 2024, 01:58 last edited by
Any distribution version that can meet the minimum version required for:
- A GCC version with complete C++17 support (8+)
- CMake and Python
- X11 and other libraries listed here
would be a good start for building a Qt library set that runs on that platform.
-
@Pl45m4 Not quite the answer. I was able to run Qt 6.6.0 on Ubuntu 20.04. My question is what the oldest Ubuntu version is that can run Qt 6.6.0, not what is currently supported by the Qt team.
wrote on 25 Feb 2024, 01:59 last edited by@TheFlyingMooseMan C++ 17 is needed for Qt 6.
GCC has had complete support for C++17 language features since version 8.focal (20.04LTS) could be the oldest one for Qt6
https://packages.ubuntu.com/search?keywords=gcc-8
1/7