Why is Qt specific version so hard to install on arm-based ubuntu.
-
-
@mchmch said in Why is Qt specific version so hard to install on arm-based ubuntu.:
cannot install qt.
What do you mean?
I don't know how to install qt5.15.2
-
@mchmch The Qt 5 supported platform list linked to by the QGC Getting Started page advises that Ubuntu is supported only on X86_64. Given how adamant QGC is that you use that particular version of Qt, I cannot imagine there would be any certainty of results on a completely unsupported architecture.
You can certainly try building Qt from source, and it may work, but there are no guarantees.
-
@mchmch said in Why is Qt specific version so hard to install on arm-based ubuntu.:
I don't know how to install qt5.15.2
Like you install any other packages on Ubuntu: using apt:
sudo apt-get install qt5-default
Maybe you will also need to install some other Qt modules (also using apt).
-
@jsulm said in Why is Qt specific version so hard to install on arm-based ubuntu.:
@mchmch said in Why is Qt specific version so hard to install on arm-based ubuntu.:
I don't know how to install qt5.15.2
Like you install any other packages on Ubuntu: using apt:
sudo apt-get install qt5-default
Ubuntu 20.04 provides Qt 5.12.8.
Debian Bullseye, on the other hand, provides Qt 5.15.2.