摘要: 安装Qt 在部署Qt前按照www.qt.io官网的说明,需要安装g/g++和OpenGL包。在未安装OpenGL包时,使用Qt编译程序时会出现类似无法找到GL.h之类的错误。安装命令: sudo yum install "C Development Tools and Libraries" sudo 阅读全文
posted @ 2017-03-28 21:55 theWrangler 阅读(2040) 评论(0) 推荐(0)