$Id: README,v 1.2 2003/12/14 16:55:59 twogood Exp $

Contents of this document
-------------------------

o Overview
o License
o How to get support
o External requirements
o Installation from CVS

Overview
--------

RRA is part of the SynCE project:

  http://synce.sourceforge.net/

For implementation details, see the README file in the lib subdirectory.


License
-------

MIT License, see the file LICENSE for details.


How to get support
------------------

To increase the possibility of getting help, please read this document first:

  http://www.tuxedo.org/~esr/faqs/smart-questions.html

Information about the SynCE mailing lists are available here:

  http://sourceforge.net/mail/?group_id=30550

If your question has not been covered before, send it to the synce-devel
mailing list.


External requirements
---------------------

librapi2
libsynce


Installation from CVS
---------------------

o Make sure you have these versions of the GNU autotools:

    autoconf-2.53
    automake-1.6.1
    libtool-1.4.2

o Checkout "rra" as described on:

    http://sourceforge.net/cvs/?group_id=30550

o Generate scripts and things:

    ./bootstrap

o Configure:

    ./configure
 
  Use the --help parameter to view configuration options.

o Build:

    make

o Install:

    make install

