Qt 5.5.1安装包:qt-opensource-linux-x86-5.5.1.run
1、在命令行cd进入qt-opensource-linux-x86-5.5.1.run安装包所在目录,并输入安装命令:sudo ./qt-opensource-linux-x86-5.5.1.run:
2、进入如下界面,点击“Next>”:
3、点击“Skip”:
4、点击“Next>”:
5、输入安装目录,点击“Next>”:
6、选择安装选项,这里我选择的默认,点击“Next>”:
7、选择“I have read and agree to the terms contained in the license agreements”,点击“Next>”:
8、点击“Install”:
9、等候安装:
10、完成安装。
11、配置路径,在命令行端口输入sudo gedit /usr/lib/i386-linux-gnu/qt-default/qtchooser/default.conf:
12、将第一行改为自己的安装路径下的bin目录的路径:/opt/Qt5.5.1/5.5/gcc/bin,第二行改为Qt5.5.1的路径:/opt/Qt5.5.1/,如下:
保存退出!
13、安装完成,构建项目会出现::-1: error: cannot find -lGL
首先使用$ locate libGL.so,出现:
/usr/lib/i386-linux-gnu/mesa/libGL.so.1
/usr/lib/i386-linux-gnu/mesa/libGL.so.1.2.0
然后使用ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/libGL.so命令给已存在的库文件创建一个链接到/usr/lib目录