服务器技术

 首页 > 服务器技术 > Linux > suse linux 安装python Eric4 - Linux操作系统:Ubuntu_Ce

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

分享到:
【字体:
导读:
          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
 
本文出自 “夜殇” 博客

      上一篇:gcc and g++分别是gnu的c & c++编译器 - Linux操作系 下一篇:用Escalations限制Nagios报警次数 - Linux操作系统:
    分享到:
    用Escalations限制Nagios报警次数 - Linu...
      用Escalations限制Nagios报警次数: Nagios是一款强大的监控工具,特别是他的报警功能,但是如果服务器出现故障未及时解决,那么Nagio就不断得发送消息。该通过怎么样的方式限制Nagios报警次数呢?本文讲述的是限制Nagios报警次数技巧(Escalations)。 AD:     巧用escalations限制Nagios报...
    gcc and g++分别是gnu的c & c++编译器 - ...
      gcc and g++分别是gnu的c & c++编译器 gcc/g++在执行编译工作的时候,总共需要4步 1.预处理,生成.i的文件[预处理器cpp] 2.将预处理后的文件不转换成汇编语言,生成文件.s[编译器egcs] 3.有汇编变为目标代码(机器代码)生成.o的文件[汇编器as] 4.连接目标代码,生成可执行程序[链接器ld]     ...
    •         php迷,一个php技术的分享社区,专属您自己的技术摘抄本、收藏夹。
    • 在这里……