• 6380阅读
  • 4回复

请教KDevelop3.4.0安装步骤 [复制链接]

上一主题 下一主题
离线imho
 
只看楼主 倒序阅读 楼主  发表于: 2007-04-05
— 本帖被 XChinux 执行加亮操作(2007-08-12) —
谢谢。
离线imho
只看该作者 1楼 发表于: 2007-04-05
  1.

      unpack the packages with tar jxvf packagename.tar.bz2
  2.

      change folder to the package folder: cd packagename
  3.

      configure the package: ./configure
      Note

      Some packages (notably kdebase) have special configuration options that might be applicable to your installation. Type ./configure --help to see the available options.
  4.

      build the package: make
  5.

      install the package: su -c "make install" (if you aren't already root). If you already are, just type make install.

这是我从官方网站看到的步聚,但是到了4步的时候
make
make: *** 没有指明目标并且找不到 makefile。 停止。

不知道为什么,感觉这边好像不热情,哎
离线zeki709

只看该作者 2楼 发表于: 2007-04-07
检查你的configure运行成功了没有
离线yangdk
只看该作者 3楼 发表于: 2007-04-19
我的configure失败
./configure时出现这个错误
checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (headers and libraries) not found

我的是Qt4.2.3
难道KDevelop不支持Qt4吗?
let it be
离线sflute
只看该作者 4楼 发表于: 2007-06-27
KDevelop3确实不支持qt4,你先把qt3安装上,把Kdevelop安装好了以后再设置支持Qt4,设置方法看这里:
http://www.qtcn.org/bbs/read.php?tid=1947
快速回复
限100 字节
 
上一个 下一个