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。 停止。
不知道为什么


fengyunjj1982 于 2007-07-29 15:37:52发表:
找出问题了,在安装的时候SHELL会提示你的KDE的等级不够;我的是3.2.1的KDE,安装kdevelop-3.4.1就装不上去,换了个 3.0.3就好了
fengyunjj1982 于 2007-07-26 00:41:46发表:
我也有同样的情况,也在想办法解决:0(1 :0(1 :0(1