当前位置: 首页 > 工具软件 > KScope > 使用案例 >

CentOS下安装Kscope-1.6.2

史默
2023-12-01

 一、安装kdelibs-devel

                     yum -y install kdelibs-devel

 

 二、安装:qt-3.3.6-23.el5.i386.rpm

                   qt-devel-3.3.6-23.el5.i386.rpm

                   (可以用yum或者管理软件来安装。)

 

 三、下载kscope-1.6.2.tar.gz并安装:

               http://nchc.dl.sourceforge.net/project/kscope/kscope/1.6.2/kscope-1.6.2.tar.gz

         tar zxvf kscope-1.6.2.tar.gz

         cd kscope-1.6.2
         ./configure
         make
         make install

 

四、遇到的问题:
1、checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (headers and libraries) not found. 
Please check your installation!   For more details about this problem, look at the end of config.log.
   解决:

           yum install qt-3.3.6-23.el5.i386.rpm
           yum install qt-devel-3.3.6-23.el5.i386.rpm

         (可能需要重启系统)

2、出错提示:/usr/bin/ld: cannot find -lkateinterfaces

解决:

[ /home/lanch/Download/kscope-1.6.2]$cd src
[ /home/lanch/Download/kscope-1.6.2/src]$gedit Makefile
将Makefile中-lkateinterfaces(480多行)替换为/usr/lib/libkatepartinterfaces.la(我的是64位的,需要换成/usr/lib64/libkatepartinterfaces.la),接着,退回到上层目录cd .. /,进行make,就行了。

 

五、第一次的话,它会让你配置ctags,cscope,dot,先让它自己guess一下。如果你没有装ctags那么在软件管理器中找一下。配置成功应用即可。

yum install graphviz (也可以直接使用管理软件安装)

 类似资料: