The libgnome package contains the libgnome library.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/libgnome/2.8/libgnome-2.8.0.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/libgnome/2.8/libgnome-2.8.0.tar.bz2
Download MD5 sum: dab4ecbfa7ec1a2f22d2a48b6b83e937
Download size: 1.2 MB
Estimated disk space required: 17 MB
Estimated build time: 0.24 SBU
Install libgnome by running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
--sysconfdir=/etc/gnome --localstatedir=/var/lib --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.
--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.
--localstatedir=/var/lib: This switch sets LIBGNOME_LOCALSTATEDIR to /var/lib instead of $GNOME_PREFIX/var to syncronize with the GNOME Games installation and properly record high scores in /var/lib/games.
--disable-gtk-doc: This switch prevents the rebuilding of documentation during the make command.
The libgnome package contains gnome-open, libgnome and libmoniker_extra_2 libraries.
Last updated on 2005-02-13 06:36:18 -0700