How to upgrade Qt in Jetson AGX Orin
-
Hello everyone,
I have a Jetson AGX Orin with jetpack 5.1.2 that includes Ubuntu 20.04 and qt version 5.12.8 pre installed.$ qmake --version
QMake version 3.1
Using Qt version 5.12.8 in /usr/lib/aarch64-linux-gnuI would like to update to version 6.4.7. What would be the best way to do it?
I THINK that the installation it comes with is a lite version (maybe boot to Qt?), since I can't find the maintenance tool, for example.
Is there any way to update this version?
If I have to install version 6.4, how should I do it? Should I compile and install from source code?
Any help is welcome.Thanks in advance
-
Hi and welcome to devnet,
That version of Qt is likely the one that comes with the distribution.
If you want to stay independent of it, you will have to cross-compile Qt.