If checking out from CVS, run "./bootstrap.sh"

In all cases:
	1) ./configure --with-xerces-c=<directory> --prefix=<basedir>
	2) make
	3) make install

INSTALLATION
============

Prior to installation, make sure you have all dependencies installed.

Dependencies
------------

  1) Mandatory Packages
  
    a) XQilla >= 2.2 an XPath/XQuery engine

       You can get it from http://xqilla.sourceforge.net/HomePage

    b) Xerces-C, an XML parser

       Xerces-C is already a dependency of XQilla
       XQilla >= 2.2.4 requires Xerces >= 3
       XQilla <  2.2.4 uses Xerces 2.8

    c) boost::shared_ptr, a reference counted pointer class
       Tested with 1.31 and 1.30.2

  2) Optional Packages

    a) log4cxx, a logging library.  Tested with version 0.9.7

    http://logging.apache.org/site/binindex.cgi

    This is mainly of interest to developers.

    xmltio can output debugging information about what its doing.
    The information is configurable, you don't have to see it if
    you don't want to.  This is great for tracking down errors
    and in production, you can just leave it turned off.

    If this library is not present, not debugging information will
    be generated.

    b) boost::unit_test_framework

    Same place as boost::shared_ptr, above but requires compilation.

    See libs/test/doc/compilation.html for build instructions.
