Contents
$GNOME_PREFIX/{include/libgnome-2.0/libgnome,
share/gtk-doc/html/libgnome}
The libgnome package contains the
libgnome library.
This package is known to build and work properly using an LFS-7.2 platform.
This is a legacy GNOME-2 package which has been deprecated by the GNOME developers and will be removed from the book in due course. Please ensure that you really want or need it before you build it.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgnome/2.32/libgnome-2.32.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgnome/2.32/libgnome-2.32.1.tar.bz2
Download MD5 sum: a4345e6087ae6195d65a4674ffdca559
Download size: 1.7 MB
Estimated disk space required: 28 MB
Estimated build time: 0.2 SBU
libbonobo-2.32.1 and gnome-vfs-2.24.4
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgnome
Install libgnome by running the following commands:
ORBit=$(pkg-config --variable=prefix ORBit-2.0) &&
./configure --prefix=$ORBit \
--sysconfdir=/etc/gnome/2.30.2 \
--localstatedir=/var/lib \
--mandir=$ORBit/share/man &&
make
This package does not come with a test suite.
Now, as the root user:
make install
--prefix=$(pkg-config --variable=prefix
ORBit-2.0): Setting the prefix using this parameter
instead of with $GNOME_PREFIX will
ensure that the prefix is consistent with the installation
environment and the package will be installed in the correct
location.
--sysconfdir=: This parameter causes
the configuration files to be installed in /etc/gnome/2.30.2/etc/gnome/2.30.2 instead of $GNOME_PREFIX/etc. You may prefer to use a
simpler value such as /etc/gnome or
even /etc.
--localstatedir=/var/lib:
This parameter sets LIBGNOME_LOCALSTATEDIR to /var/lib instead of /usr/var to synchronize with the GNOME Games installation and properly record
high scores in /var/lib/games.
--disable-static: This switch prevents
the static libraries being installed.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
$GNOME_PREFIX/{include/libgnome-2.0/libgnome,
share/gtk-doc/html/libgnome}
Last updated on 2012-10-02 18:49:50 +0000