在CentOS 7.3(1611)上安装Qt 5.8.0开发环境

, Read in about 1 min

Posted by Ryen on Tuesday, September 22, 2020
With final update in December 26,2023

本文总阅读量

1、安装GCC编译器:

yum -y install gcc gcc-c++

2、安装链接器:

yum -y install mesa-libGL-devel mesa-libGLU-devel freeglut-devel

3、下载Qt
http://download.qt.io/archive/qt/ 下载后拷贝到/opt目录
4、安装Qt

cd /opt
chmod +x qt-opensource-linux-x64-5.8.0.run
./qt-opensource-linux-x64-5.8.0.run

完成!

「真诚赞赏,手留余香」

Ryen's Blog

真诚赞赏,手留余香

使用微信扫描二维码完成支付