Chinaunix首页 | 论坛 | 博客
  • 博客访问: 434088
  • 博文数量: 247
  • 博客积分: 185
  • 博客等级: 入伍新兵
  • 技术积分: 1005
  • 用 户 组: 普通用户
  • 注册时间: 2012-09-10 10:39
文章分类

全部博文(247)

文章存档

2015年(3)

2014年(21)

2013年(53)

2012年(170)

分类:

2012-12-11 21:55:52

原文地址:Linux下的QT安装 作者:HYYLINUX

(前提,Linux要可以上网)
先用yum list | grep -i qt4来查找,适合自己的Linux的QT4安装包:
   yum list | grep -i qt4
   PyQt4.i586                              4.7.3-1.fc11                   updates 
   PyQt4-devel.i586                        4.7.3-1.fc11                   updates 
   avahi-qt4.i586                          0.6.25-3.fc11                  updates 
   avahi-qt4-devel.i586                    0.6.25-3.fc11                  updates 
   poppler-qt4.i586                        0.10.7-5.fc11                  updates 
   poppler-qt4-devel.i586                  0.10.7-5.fc11                  updates 
   qt4-theme-bespin.i586                   0.1-0.2.20090928svn500.fc11    updates 
   qt4-theme-quarticurve.i586              0.0-0.14.beta8.fc11            fedora  
   qwtplot3d-qt4.i586                      0.2.7-8.fc11                   fedora  
   qwtplot3d-qt4-devel.i586                0.2.7-8.fc11                   fedora

再选择好自己要安装的安装包:
   yum install qwtplot3d-qt4-devel.i586

安装成功后:如图打开

  
阅读(256) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~