Qt官网(下载慢):
https://download.qt.io/new_archive/qt/
Qt国内镜像(下载快):
https://mirrors.cloud.tencent.com/qt/
下载安装包(版本5.14.2):
qt-opensource-linux-x64-5.14.2.run
安装:
sudo ./ qt-opensource-linux-x64-5.12.12.run
安装gcc编译器
sudo apt-get install gcc
安装g++编译器
sudo apt-get install g++
安装make构建套件
sudo apt-get install make
安装OpenGL核心库
sudo apt-get install libgl1-mesa-dev
检查编译器
gcc -v
g++ -v