|
楼主 |
发表于 2003-8-9 11:01:12
|
显示全部楼层
[quote:2c1f679c7b="wang0328"]太PP了 我下载了,该怎么装? :neutral:[/quote]
你下载的是rpm包?那就rpm -ivh *.rpm了
源码?
Build order:
libxfce4util
libxfcegui4
libxfce4mcs
xfce-mcs-manager
all other modules (you have to install xfce4 panel before compiling panel plugins).
Building XFce 4 depends on pkg-config, GTK+ >= 2.0.6 (also dev packages), libxml2 and, for xffm, on libdbh, which is available from SourceForge.
If you install into a different prefix from pkg-config, you have to set the PKG_CONFIG_PATH variable to include the path to the *.pc files installed by the XFce 4 libraries, which is ${prefix}/lib/pkgconfig. For example:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig |
|