Contents
$GNOME_PREFIX
/: include/libgnome-2.0,
share/gtk-doc/html/libgnome
The libgnome package contains the
libgnome
library.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgnome/2.18/libgnome-2.18.0.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgnome/2.18/libgnome-2.18.0.tar.bz2
Download MD5 sum: 73426589d7c6fa3266fe4e8f3be2f5b5
Download size: 1.0 MB
Estimated disk space required: 24 MB
Estimated build time: 0.3 SBU
libbonobo-2.18.0 and GNOME Virtual File System-2.18.1
GTK-Doc-1.8 and intltool-0.35.5
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.18.3 \ --localstatedir=/var/lib \ --mandir=$(pkg-config \ --variable=prefix ORBit-2.0)/share/man \ --disable-esd && 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.18.3
: This
parameter causes the configuration files to be installed in
/etc/gnome/2.18.3
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.37
is not installed. Remove it if the package is installed.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild the API documentation.
$GNOME_PREFIX
/: include/libgnome-2.0,
share/gtk-doc/html/libgnome
Last updated on 2008-03-26 12:02:13 -0500