The libgnomeui package contains libgnomeui libraries.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/libgnomeui/2.8/libgnomeui-2.8.0.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/libgnomeui/2.8/libgnomeui-2.8.0.tar.bz2
Download MD5 sum: ef0df128e3c0b2047ce440bbbe481390
Download size: 1.6 MB
Estimated disk space required: 36.1 MB
Estimated build time: 0.85 SBU
Install libgnomeui by running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
--disable-gtk-doc &&
make &&
make install
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.
--disable-gtk-doc: This switch prevents rebuilding the documentation during the make command.
Some applications cannot properly discover the libglade interface library installed by libgnomeui. Get around this problem by initializing an environment variable which identifies the location of the library. Add the following line to the system-wide /etc/profile file, or to individual user's ~/.profile or ~/.bashrc files:
export LIBGLADE_MODULE_PATH=$GNOME_PREFIX/lib/libglade/2.0
The libgnomeui package contains gnome_segv2, libgnomeui libraries, libgnome-vfs GTK+ libraries and libgnome glade libraries.
Last updated on 2004-11-25 13:16:58 -0700