ARMv8架构系统安装PySide2
Step1. 下载Qt资源包
if you need the whole Qt5 (~900MB):
wget http://master.qt.io/archive/qt/5.15/5.15.2/single/qt-everywhere-src-5.15.2.tar.xz
or qtbase (basic module such as QtCore, QtGui and QtWidget)(~90MB):
wget http://master.qt.io/archive/qt/5.15/5.15.2/submodules/qtbase-everywhere-src-5.15.2.tar.xz
Step2. 配置和安装Qt5
(here I used qtbase)
tar -xpf qtbase-everywhere-src-5.15.2.tar.xz
cd qtbase-everywhere-src-5.15.2/
.