Moira library
=============

0. Introduction
===============

Moira is a class library usable for the production of graphics software.

The project website is here:

  http://www.elmindreda.org/moira/

Moira resides in a public Subversion repository on svn.elmindreda.org.  The URL
for anonymous, read-only access is:

  svn://svn.elmindreda.org/moira/trunk


1. License and copyright
========================

Moira is copyright (c) 2006 Camilla Berglund <camilla.berglund@gmail.com>

Moira is licensed under the zlib/libpng license.  See the file `COPYING' for
license details.  The license is also included at the top of each source file.


2. Project news
===============

See the file `NEWS'.


3. Building Moira
=================

If you got this source tree from a CVS repository, you will need to bootstrap
the build environment using `build/bootstrap.sh'.  Note that this script
requires autoconf and automake to run.

If (or once) you have a `configure' script, go ahead and run it.  No additional
magic should be required.  If it is, then that's a bug and should be reported.

Moira depends on the following external libraries:
  expat
  FreeType
  lib3ds
  libpng
  PCRE


4. Installing Moira
===================

See the file `INSTALL'.


5. Using Moira
==============

Moira is documented using the Doxygen suite.  A suitable Doxyfile is located
in the doc/ subdirectory.


6. Hacking Moira
===============

Sorry, you're on your own for now.


7. Bugs, feedback and patches
=============================

Please send bug reports, feedback, patches and cookies to:
Camilla Berglund <camilla.berglund@gmail.com>


9. Release history
===================

No official releases yet.


