[root@localhost /]# cd home/
[root@localhost home]# cd Vistor/
[root@localhost Vistor]# cd dl/eva/
[root@localhost eva]# ./configure --prefix=`kde-config --prefix` && make && make install ////输入你告诉我的代码后,出现。。
bash: kde-config: command not found
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... configure: error: newly created fi le is older than distributed files!
Check your system clock
[root@localhost eva]# ////怎么停了??
==============================================
1.进入eva目录,输入
./configure --prefix=`kde-config --prefix`
2.成功后,输入
make
开始编译,这大概要7,8分钟的样子,取决于机器的性能
3.输入
su
make install
将安装Eva到KDE系统中
[root@localhost eva]# ./configure --prefix=`kde-config --prefix`
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@localhost eva]#