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

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... 下载后拷贝到/opt目录
4、安装Qt

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

完成!

参考链接CentOS下安装Qt5和编译第一个程序

相关文章

Centos下搭建性能监控Spotlight
CentOS 6.3下Strongswan搭建IPSec VPN
在CentOS6.5上安装Skype与QQ
阿里云基于centos6.5主机VPN配置
CentOS 6.3下配置multipah
CentOS安装、配置APR和tomcat-native