
LablGtkSourceView: OCaml bindings for GtkSourceView
---------------------------------------------------

LablGtkSourceView are the OCaml bindings for GtkSourceView, a GTK widget
which extends the standrd GTK text widgets implementing syntax
highlighting, automatic indentation, and other typical features of
source editors.

Using LablGtkSourceView you can instantiate and use GtkSourceView
widgets in OCaml programs which use GTK through the LablGtk interface.

LablGtkSourceView is freely distributed under the term of the GNU LGPL
(Lesser General Public License), see LICENSE and COPYING files for more
info.

Requirements
------------

In order to build LablGtkSourceView from sources you need:

* OCaml	(http://caml.inria.fr/)
* LablGTK (http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html)
* GtkSourceView (http://gtksourceview.sourceforge.net/)

Optionally, you may want to have the following installed:

* Findlib (http://www.ocaml-programming.de/packages/)

Once you have installed all of them, follow the usual procedure:

  ./configure
  make world
  make install

Alternatively, if you want to install using findlib, follow the
procedure:

  ./configure --enable-ocamlfind
  make world
  make install

Availability of ocamlopt is detected by ./configure, if you manually
want to choose what to build:

  make all    # for building the bytecode part of the library
  make opt    # for the native code part

--
Stefano Zacchiroli
Mon, 28 Aug 2006 16:27:37 +0200

