Linxu QT环境配置

时间:2017-08-06 17:30:11   收藏:0   阅读:301

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


 

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

 sudo apt-get install build-essential

 sudo apt-get install gdb

sudo apt-get install libfontconfig1
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.

 

原文:http://www.cnblogs.com/xliang1015/p/7295323.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!