The GConf package contains a configuration database system.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/GConf/2.8/GConf-2.8.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/GConf/2.8/GConf-2.8.1.tar.bz2
Download MD5 sum: b1173cbe33404bcbcc15710ce2a28f67
Download size: 1.7 MB
Estimated disk space required: 27 MB
Estimated build time: 0.44 SBU
Install GConf by running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
--sysconfdir=/etc/gnome --disable-gtk-doc &&
make &&
make install
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.
--sysconfdir=/etc/gnome: This switch puts GNOME-2 configuration files in /etc/gnome instead of $GNOME_PREFIX/etc. This installation controls all future installations of schemas. If you change the location (which includes eliminating this parameter), it must be consistent for every subsequent GNOME-2 installation.
--disable-gtk-doc: This switch disables building the documentation during the make step. Omit this option if you have GTK-Doc installed and wish to rebuild and install the documentation.
The GConf package contains gconfd-2, gconf-sanity-check-2, gconftool-2, gconf-merge-tree, libgconf-2 and gconfbackend libraries.
Last updated on 2005-01-05 09:56:45 -0700