The libgnome package contains the libgnome library.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgnome/2.14/libgnome-2.14.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgnome/2.14/libgnome-2.14.1.tar.bz2
Download MD5 sum: bf53815df10db62bbf00defd4100b8d8
Download size: 995 KB
Estimated disk space required: 17.0 MB
Estimated build time: 0.2 SBU
GNOME Virtual File System-2.14.2
EsounD-0.2.36, GTK-Doc-1.6, and intltool-0.34.2
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.14.3 \ --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.14.3: This parameter causes the configuration files to be installed in /etc/gnome/2.14.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).
--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild the API documentation.
Last updated on 2007-01-15 18:08:14 -0600