The GConf package contains a configuration database system.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/GConf/1.0/GConf-1.0.9.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/GConf/1.0/GConf-1.0.9.tar.bz2
Download MD5 sum: 613aea1d9b7a9c504f52217451c7bf99
Download size: 784 KB
Estimated disk space required: 17 MB
Estimated build time: 0.3
Required patch for Berkeley DB: http://www.linuxfromscratch.org/patches/blfs/6.2.0/GConf-1.0.9-db43-2.patch
Required patch: http://www.linuxfromscratch.org/patches/blfs/6.2.0/GConf-1.0.9-gcc4-1.patch
GTK+-1.2.10, Guile-1.6.7, and GTK-Doc-1.6
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gconf1
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
Last updated on 2006-06-21 11:26:07 -0500