This directory contains the CAIL library.

CAIL (Clutter Accessibility Implementation Library) provides accessibility
support for the Clutter library. This library was born at first to be used on
a maemo environment. Plans to be used elsewhere exists, and tests were made
on desktop, and the library works too here.

Dependencies
============

HAIL depends on these libraries:
- Autotools
- Clutter 0.8.2 (Maemo version)
- Atk 1.0

You must build some of these libraries if you want to build cail into
a scratchbox environment.

Building
========

To compile a SVN version of cail on your system, you will need to take several
steps to setup the tree for compilation.  You can do all these steps at once by
running:

        svnroot/cail# ./autogen.sh

Basically this does the following for you:

        svnroot/cail# aclocal; automake; autoconf

        The above commands create the "configure" script.  Now you
        can run the configure script in svnroot/cail to create all
        the Makefiles.

Before running autogen.sh or configure, make sure you have libtool
in your path.

Note that autogen.sh runs configure for you.  If you wish to pass
options like --prefix=/usr to configure you can give those options
to autogen.sh and they will be passed on to configure.

