|

楼主 |
发表于 2009-3-11 09:39:51
|
显示全部楼层
在xfce.org下载的图形安装包安装。
http://forums.fedoraforum.org/showthread.php?p=1177153
I'm giving it a whirl on my F10 install using the GUI installer. If anyone else wants to try it, here's a command to install the majority (if not all) of the development packages for the mandatory, optional, and goody items.
Code:
su -
<root passwd>
网络链接可以的需要更新一下:
yum install -y glib2-devel gtk2-devel libglade2-devel vte-devel libwnck-devel libXres-devel gstreamer-plugins-base-devel gstreamer-devel libSM-devel libnotify-devel GConf2-devel hal-devel dbus-glib-devel libXdamage-devel libxklavier-devel libjpeg-devel hal-devel dbus-glib-devel perl-XML-Parser intltool pcre-devel librsvg2-devel librsvg2-devel gnutls-devel libexif-devel libburn-devel libisofs-devel libsexy-devel libmpd-devel
Hopefully this will at least give you a short-cut. I already had some of the necessary development stuff installed, such as gcc, so such items may be missing from your system.
主要的一个依赖是这个:libwnck,需要同时安装 libXres-devel ,否则认为装不上去。
One thing to note, if you simply go though the GUI to pick off the dependencies, you'll find a dependency on libwnck. The installer doesn't detect libwnck-devel as i nstalled until libXres-devel is installed as well. That was a fun one to track down |
|