centos Qt安装 & 配置OpenGL开发环境


  1. 安装编译器
    yum install gcc gcc-c++
  2. 安装连接器
    yum install mesa-libGL-devel mesa-libGLU-devel freeglut-devel
  3. wget http://download.qt.io/official_releases/qt/5.9/5.9.8/qt-opensource-linux-x64-5.9.8.run
  4. chmod +x qt-opensource-linux-x64-5.9.8.run
    ./qt-opensource-linux-x64-5.9.8.run
  5. echo "/opt/Qt5.9.8/5.9.8/gcc_64/lib" >> /etc/ld.so.conf
    echo "/opt/Qt5.9.8/Tools/QtCreator/lib" >> /etc/ld.so.conf
    ldconfig -v
  6. echo "export PATH=/opt/Qt5.9.8/5.9.8/gcc_64/bin:/opt/Qt5.9.8/Tools/QtCreator/bin:$PATH" >> /etc/profile.d/Qt5.9.8.sh
    source /etc/profile.d/Qt5.9.8.sh
  7. qmake -v

     

  8. qtcreator

配置OpenGL

  yum install mesa* freeglut* *GLEW*


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM