一.下载和安装

  1. wget http://download.qt.io/official_releases/qt/5.7/5.7.0/qt-opensource-linux-x64-5.7.0.run  

下载后给执行权限
  1. chmod +x qtxxxx.run  

安装
  1. ./qtxxxx.run  

二.配置环境


1.安装g++

  1. sudo apt-get install build-essential  

2.安装依赖库
  1. sudo apt-get install libfontconfig1  

3.安装OpenGL
  1. sudo apt-get install mesa-common-dev   

以及依赖
  1. sudo apt-get install libglu1-mesa-dev -y  

4.配置打开qt creator 工具->选项->构建&运行->编译,选择编译器
11-15 09:48