GConf-1.0.9

Introduction to GConf

The GConf package contains a configuration database system.

Package Information

Additional Downloads

GConf Dependencies

Required

OAF-0.6.10 and popt-1.10.4

Optional

GTK+-1.2.10, Guile-1.6.7, and GTK-Doc-1.6

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gconf1

Installation of GConf

Install GConf by running the following commands:

patch -Np1 -i ../GConf-1.0.9-db43-2.patch &&
patch -Np1 -i ../GConf-1.0.9-gcc4-1.patch &&
./configure --prefix=/opt/gnome-1.4 &&
make

If you have GTK-Doc installed and wish to build the HTML documentation, issue the following commands:

cd doc/gconf &&
make templates &&
make sgml &&
make html &&
cd ../..

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: gconf-config, gconf-config-1, gconf-sanity-check-1, gconfd-1, gconftool, gconftool-1
Installed Libraries: libgconf-1.{so,a}, libgconf-gtk-1.{so,a} and GConf backend modules
Installed Directories: /opt/gnome-1.4/etc/gconf, /opt/gnome-1.4/include/gconf, /opt/gnome-1.4/lib/GConf and /opt/gnome-1.4/share/gconf

Short Descriptions

libgconf-1.{so,a}

provide the functions necessary to maintain the configuration database.

Last updated on 2006-06-21 11:26:07 -0500