Inti-GConf: Integrated Foundation classes
Copyright (C) 2002-2003, The Inti Development Team.

1. What is Inti-GConf.
----------------------
Inti-GConf is an Inti binding for GConf, the GNOME Configuration
System. Inti-GConf makes accessing the GConf database from your
Inti applications easy and intuitive.


2. Minimum Requirements for 1.0.5.
----------------------------------
 
 - Inti-1.0 version >= 1.0.7 
 - GConf-2 version >= 1.2.0
 
 
3. Installation.
----------------
First, if you downloaded the CVS version of Inti-GConf:

run:	./autogen.sh

If you have Inti, GConf-2 or pkg-config installed in a non-standard
directory you will have to edit autogen.sh first and add your
local aclocal directory as an include option after aclocal
(e.g. aclocal -I $HOME/share/aclocal).

Next, if you downloaded the tarball version of Inti-GConf, or
have already run "./autogen.sh" then,

run:	./configure
	make

Don't forget to specify "--prefix=directory" with configure
if you want to install Inti-GConf in some directory other than
/usr/local.

If you want to install the Inti-GConf library complete with 
debugging and compiler symbols, so you can debug your applications
properly then,

run:	make install

If you want to install the Inti-GConf library with all debugging
symbols stripped out then instead,

run:	install-strip

This will install a much smaller and faster library but you wont
be able to debug your programs properly.


4. Documentation.
-----------------
The docs/reference subdirectory contains the complete reference
documentation for the Inti-GConf library. This documentation was
compiled with doxygen 1.3-rc3 from special comments in the 
Inti-GConf header files. If you downloaded the CVS version you
will have to compile the documentation yourself. Just follow the
directions in the docs/README file.


5. Examples Programs.
---------------------
The examples directory contains three example applications,
BasicGConfApp, SimpleView and SimpleController, that show you
how to use Inti-GConf.


6. Contact.
-----------
If you find any bugs or need help using Inti-GConf, let us know
at <inti-mail@lists.sourceforge.net>.


The Inti Development Team.
