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-6.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgnome/2.30/libgnome-2.30.0.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgnome/2.30/libgnome-2.30.0.tar.bz2
Download MD5 sum: 1f85adc40b242b953c0e96ad017c2616
Download size: 1.7 MB
Estimated disk space required: 28 MB
Estimated build time: 0.4 SBU
libbonobo-2.24.3 and GNOME Virtual File System-2.24.4
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgnome
Install libgnome by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --sysconfdir=/etc/gnome/2.30.2 \ --localstatedir=/var/lib \ --mandir=$(pkg-config --variable=prefix ORBit-2.0)/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=/etc/gnome/2.30.2
: This
parameter causes the configuration files to be installed in
/etc/gnome/2.30.2
instead of
$GNOME_PREFIX/etc
. Additionally (if
applicable), the parameter ensures that the GConf-2 database is correctly updated.
--localstatedir=/var/lib
:
This parameter sets LIBGNOME_LOCALSTATEDIR
to /var/lib
instead of $GNOME_PREFIX/var
to synchronize with the
GNOME Games installation and
properly record high scores in /var/lib/games
.
--mandir=$(pkg-config --variable=prefix
ORBit-2.0)/share/man
: This parameter causes the
man.(X)
files to be installed in
$GNOME_PREFIX/share/man/man(X)
instead of $GNOME_PREFIX/man/man(X)
.
--disable-esd
: This parameter is
required if EsounD-0.2.41 is not 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 2011-12-13 20:22:21 +0000