知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

suse linux 安装python Eric4

发布时间:2014-09-05 17:10:35作者:知识屋

 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
 
本文出自 “夜殇” 博客

(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜