QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 3686|回复: 19

新手严重请教如何安装EVA!!!!!!!!

[复制链接]
发表于 2006-4-1 17:49:10 | 显示全部楼层 |阅读模式
新手严重请教如何安装EVA!!!!!!!!!!

我安装LIUNX不到一天,搞了一天不会安一个程序,现把EVA安了再说,方便相别人求救。

各位朋友可怜一下吧。。

  包括下载地址,安装全过程[没一个细节]~ 我是RH系统

>_<  情非得以~
发表于 2006-4-1 18:25:06 | 显示全部楼层
你装的哪个rh系统, 具体版本是什么? FC 5 ?
回复

使用道具 举报

发表于 2006-4-1 18:31:09 | 显示全部楼层
你下载这个:
http://planet.time.net.my/TechnologyPark/semj/eva-0.4cvs.tar.bz2
保存到桌面上吧, 好找

下载后, 点右键看能不能直接解压缩, 如果不能, 打开一个终端窗口,输入:
cd
cd Desktop
tar xjvf eva-0.4cvs.tar.bz2

然后:
cd eva

之后, 输入 ./configure --prefix=`kde-config --prefix` && make && make install


现在点K按钮(类似于windows 的 “开始” 那个), “运行”, 输入eva,
或者 在终端里输入 eva , 回车就可以了。

注意, 安装eva 需要 root 权限。



你也可以参考eva目录下 的 README.zh 文件



Good Luck!
回复

使用道具 举报

 楼主| 发表于 2006-4-1 19:33:26 | 显示全部楼层
你也可以参考eva目录下 的 README.zh 文件


这个也能打开吗?? > <,是中文帮助吗?我找了很久
回复

使用道具 举报

发表于 2006-4-1 20:02:31 | 显示全部楼层
README.zh 是简体中文的安装说明, 中文编码使用GB18030 编码
回复

使用道具 举报

 楼主| 发表于 2006-4-1 20:15:10 | 显示全部楼层
[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]#  ////怎么停了??


对不对???
回复

使用道具 举报

 楼主| 发表于 2006-4-1 20:25:20 | 显示全部楼层
==============================================
1.进入eva目录,输入
    ./configure --prefix=`kde-config --prefix`
2.成功后,输入
    make
  开始编译,这大概要7,8分钟的样子,取决于机器的性能  
3.输入
  su
  make install
  将安装Eva到KDE系统中

4.
==============================================

D2步中make命令直接用吗? 糊涂~~
回复

使用道具 举报

发表于 2006-4-1 20:26:02 | 显示全部楼层
kde-config 没有, 是因为你用的应该不是kde桌面, 并且没有安装kdebase包

如果是FC系列, 尝试直接使用
./configure && make && make install


另:你还是没有告诉我你是rh的哪个版本。
回复

使用道具 举报

发表于 2006-4-1 20:31:01 | 显示全部楼层
我估计你 qt-devel, kdelibs-devel 可能也没有安装, 这样就少了编译必须的一些头文件。
如果你真的没有安装这2个包的话,你的安装盘里应该有, 找到这些我说的以这2个名字开始,
以.rpm 结束的 2 个包装上,然后再编译。

你在置顶的二进制安装包的帖子里, 装Subbo 发布的“cvs-20060204修正版 ” 那个包
试试看, 可能也可以。我是说可能。
回复

使用道具 举报

 楼主| 发表于 2006-4-1 20:32:34 | 显示全部楼层
fedora Linux Core5  包装上也有RH的标志,好像是HT资助合作产品。我用的 GNOME2.14桌面 ,还有KDE 3.5没有装。

有没有MSN Gtalk Yahoo。/?? 现在的电脑只能用这个。我的是z90817#Gmail.com
回复

使用道具 举报

发表于 2006-4-1 22:10:35 | 显示全部楼层
你用的FC5,

细节不好说了, 最简单的办法是, 把kde 3.5 桌面环境,以及kde的开发环境也装了, 然后编译eva代码就没有问题了。

多尝试几个不同的桌面, 选择自己喜欢的使用就好。
回复

使用道具 举报

 楼主| 发表于 2006-4-2 00:39:28 | 显示全部楼层
我重装了系统,现在用的KDE桌面。可是看着好费眼!!
回复

使用道具 举报

 楼主| 发表于 2006-4-2 01:00:08 | 显示全部楼层
在在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]#
回复

使用道具 举报

发表于 2006-4-2 01:33:18 | 显示全部楼层
没有装开发工具
回复

使用道具 举报

 楼主| 发表于 2006-4-2 08:45:08 | 显示全部楼层
天~!我是不是有要重新安装系统??

 用软件包管理者老是从网上下,一下就死。  开发工具是哪些文件?手动安好不好i
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-5-7 09:57 , Processed in 0.058945 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表