Linxu QT环境配置

Posted xliang1015

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linxu QT环境配置相关的知识,希望对你有一定的参考价值。

[原文URL]:http://wiki.qt.io/Install_Qt_5_on_Ubuntu


 

  • Install
chmod +x qt-opensource-linux-x64-5.7.0.run
./qt-opensource-linux-x64-5.7.0.run
  • Install g++

 sudo apt-get install build-essential

  • Install gdb++

 sudo apt-get install gdb

  • Install generic font configuration library - runtime
sudo apt-get install libfontconfig1
  • Install OpenGL libraries
sudo apt-get install mesa-common-dev
sudo apt-get install libglu1-mesa-dev 
  • Configure a compiler

   Launch Qt Creator. Go to Tools > Options. Click Build & Run and select tab Kit. Configure a compiler if it is not automatically detected.

 

以上是关于Linxu QT环境配置的主要内容,如果未能解决你的问题,请参考以下文章

HMI-65-MeterDisplay for Arm Linux液晶仪表Arm Linxu迁移环境配置

linxu配置sqoop

LINXU下CSVN安装配置

测试须知:导出Linxu系统目录结构

QT 实用代码片段

Linxu下Yii2的POST提交被拒经历