The libgnome package contains the libgnome library.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/libgnome/2.2/libgnome-2.2.3.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/libgnome/2.2/libgnome-2.2.3.tar.bz2
Download size: 924 KB
Estimated Disk space required: 16.2 MB
Estimated build time: 0.32 SBU
EsounD-0.2.30, Audio File-0.2.3, ORBit2-2.6.2, GConf-2.2.1, Bonobo Activation-2.2.2 and GNOME Virtual File System-2.2.5
Install libgnome by running the following commands:
./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \ --sysconfdir=/etc/gnome --disable-gtk-doc && make && make install |
--libexecdir=$GNOME_PREFIX/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.
--disable-gtk-doc: This switch prevents the rebuilding of documentation during the make command.