为了在您的系统上编译和安装Kdevelop,请打出Kdevelop发布软件的基本目录中的以下内 容:
&%; ./configure &%; make (作为超级用户) &%; make install |
Kdevelop使用了autoconf ,因此您编译起来就不费力气了。
为了编译Kdevelop CVS快照,请打出以下内容 :
&%; make -f Makefile.cvs &%; ./configure &%; make 以超级用户身份: &%; make install |
如果您的系统的make-command 是gmake,打出gmake而不是make。