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*

posted @ 2020-06-15 18:54  ascertain  阅读(1801)  评论(0编辑  收藏  举报