GNOME Themes

From CBLFS
Revision as of 02:45, 31 October 2006 by Spyro (talk | contribs) (64Bit)
Jump to navigationJump to search
Download Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-themes/2.16/gnome-themes-2.16.1.tar.bz2

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr --enable-all-themes &&
make

Install the package

make install

Multilib

Only one installation is needed.

64Bit

Compile the package:

PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} ./configure --prefix=/usr --enable-all-themes &&
make

Install the package

make install