GConf-2.2.0

Introduction to GConf

Download location (HTTP):       http://ftp.gnome.org/pub/GNOME/sources/GConf/2.2/GConf-2.2.0.tar.bz2
Download location (FTP):        ftp://ftp.gnome.org/pub/GNOME/sources/GConf/2.2/GConf-2.2.0.tar.bz2
Version used:                   2.2.0
Package size:                   1 MB
Estimated Disk space required:  11.1 MB
Estimated build time:           1.11 SBU

The GConf package contains a configuration database system.

GConf depends on:
ORBit2-2.6.1 and GTK+-2.2.1
GConf will utilize:
gtk-doc-1.0 and sgml-dtd-3.1

Installation of GConf

Install GConf by running the following commands:

./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
--sysconfdir=/etc/gnome --disable-gtk-doc &&
make &&
make install

Command explanations

--libexecdir=$GNOME_PREFIX/sbin : This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.

--sysconfdir=/etc/gnome : This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc. This installation controls all future installations of schemas, changes in location, including eliminating this command must be consistent.

--disable-gtk-doc : This switch will prevent the rebuilding of documentation during the make command.

Contents

The GConf package contains libgconf libraries.

Description

libgconf libraries

libgconf libraries provide the functions necessary to maintain the configuration database.