网站地图    收藏   

主页 > 系统 > linux系统 >

suse linux 安装python Eric4 - Linux操作系统:Ubuntu_Ce

来源:自学PHP网    时间:2015-04-14 11:51 作者: 阅读:

[导读] 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这个......

 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.安装python2.6
2.安装qt4
解压 qt-everywhere-opensource-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
cd Qt4
    qmake qscintilla.pro
    make
    make install
cd example-Qt4
    qmake application.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
 
本文出自 “夜殇” 博客

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论