当前位置:文档之家› linux实验报告(QT)

linux实验报告(QT)

Linux实验报告
学号:092201046 姓名:张攀班级:信工0901 实验时间:2012-4-26 实验地点:A4049 指导老师:雷鸿实验名称QT/E图形界面开发环境的搭建
实验目的成功搭建QT/E图形界面
一、实验题目
QT/E图形界面开发环境的搭建
二、实验内容及结果(请将相应题目代码和结果截图写在相应题目
下方)
1、[admin@localhost ~]$ su - root
密码:
[root@localhost ~]# cd /mnt/hgfs/V MwareFedora14/
[root@localhost my6410]# cd qt-x11-opensource-src-4.5.3
[root@localhost qt-x11-opensource-src-4.5.3]# ./configure
Which edition of Qt do you want to use ?
Type 'c' if you want to use the Commercial Edition.
Type 'o' if you want to use the Open Source Edition.
O
This is the Qt/X11 Open Source Edition.
Y ou are licensed to use this software under the terms of
the Lesser GNU General Public License (LGPL) versions 2.1.
Y ou are also licensed to use this software under the terms of
the GNU General Public License (GPL) versions 3.
Type '3' to view the GNU General Public License version 3.
Type 'L' to view the Lesser GNU General Public License version 2.1.
Type 'yes' to accept this license offer.
Type 'no' to decline this license offer.
Do you accept the terms of either license? Y es
for /home/admin/my6410/qt-x11-opensource-src-4.5.3/demos/arthurplugin/arthurplugin.pro
Qt is now configured for building. Just run 'gmake'.
Once everything is built, you must run 'gmake install'.
Qt will be installed into /usr/local/Trolltech/Qt-4.5.3
To reconfigure, run 'gmake confclean' and 'configure'.
[root@localhost qt-x11-opensource-src-4.5.3]# gmake
[root@localhost qt-x11-opensource-src-4.5.3]# gmake install
[root@localhost qt-x11-opensource-src-4.5.3]# cd /u sr/local/Trolltech/Qt-4.5.3/
[root@localhost qt-x11-opensource-src-4.5.3]# cd ..
[root@localhost my6410]#tar –xzvf qt-e verywhere-opensource-src-4.7.3.tar
[root@localhost my6410]#mv qt-e verywhere-opensource-src-4.7.3 qt-everywhere-opensource-src-4.7.3-x86
[root@localhost my6410]#tar –xzvf qt-e verywhere-opensource-src-4.7.3.tar
[root@localhost my6410]#mv qt-e verywhere-opensource-src-4.7.3 qt-everywhere-opensource-src-4.7.3-arm
[root@localhost my6410]cd qt-e verywhere-opensource-src-4.7.3-x86
[root@localhost qt-everywhere-opensource-src-4.7.3-x86]./configure –prefix /u sr/local/Trolltech/QtEmbedded-4.5.3-x86
[root@localhost qt-everywhere-opensource-src-4.7.3-x86]gmake
[root@localhost qt-everywhere-opensource-src-4.7.3-x86]gmake install
编译正在进行中
[root@localhost opt]#./qt-creator-linux-x86- opensource-2.2.0.bin
[root@localhost opt]# ls
arm qt-creator-linux-x86-opensource-2.2.0.bin
三、实验总结。

相关主题