Chinaunix首页 | 论坛 | 博客
  • 博客访问: 49562
  • 博文数量: 62
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 350
  • 用 户 组: 普通用户
  • 注册时间: 2015-01-06 11:17
文章分类
文章存档

2015年(62)

我的朋友

分类: LINUX

2015-01-07 10:53:50

 1. Install Qt4
           
            2. Build and install sip
           
            3. Build and install QScintilla2
           
            4. Build and install PyQt4
           
            5. Build and install QScintilla2 Python bindings
           
            6. Install eric4
这个文件在eric4-4.4.9/README
1.安装2.6
2.安装qt4
解压 qt-everywhere--src-4.7.1
./configure
gmake
gmake install
3.安装sip
解压 sip-4.11.2
python configure.py
make
make install
4.安装QScintilla2
解压QScintilla-gpl-2.4.5
安装说明在/usr/src/QScintilla-gpl-2.4.5/doc/html-Qt4/index.html
 Qt4
    qmake qscintilla.pro
    make
    make install
cd example-Qt4
    qmake appliion.pro
    make
 cd designer-Qt4
    qmake designer.pro
    make
    make install
5.安装pyqt
解压PyQt-x11-gpl-4.8.1
python configure.py
  make
  make install
6.安装 eric4
解压eric4-4.4.9
python install.py
 
本文出自 “夜殇” 博客

  • 本文来自:
  • 本文链接:
阅读(420) | 评论(0) | 转发(0) |
0

上一篇:没有了

下一篇:fedora cloud image的使用

给主人留下些什么吧!~~