Inti-SourceView: An Inti binding for GtkGLExt.
Copyright (C) 2003, The Inti Development Team.

1. What is Inti-GL.
---------------------------
Inti-SourceView is an Inti binding for GtkGLExt, the Open-GL
extension to GTK+.

The GdkGLExt library provides the GDK objects which support OpenGL
rendering in GTK. The GtkGLExt library provides the GtkWidget API
add-ons to make GTK+ widgets OpenGL-capable.

The official GtkGLExt web site is:

	http://gtkglext.sourceforge.net

The official download & development project site is:

	http://sourceforge.net/projects/gtkglext/

2. Minimum Requirements for version 0.9.0.
------------------------------------------

 - libinti-1.0 version >= 1.2.0
 - libgtkglext-1.0 version >= 1.0.0

You can download the latest GtkGLExt tarball from the SourceForge
server:

	http://sourceforge.net/projects/gtkglext/

3. Installation.
----------------
First, if you downloaded the CVS version of Inti-GL:

run:	./autogen.sh

If you have Inti, GtkGLExt 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-GL, 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-GL 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-SourceView 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-GL library. This documentation was
was compiled with doxygen 1.3.2 from special comments in the
Inti-GL 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. Example Programs.
-----------------
The examples directory contains several example applications that
show you how to use Inti-GL.


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


The Inti Development Team.
