$Id: README,v 1.3 2002/11/17 18:43:25 twogood Exp $

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

o Overview
o License
o How to get support
o External requirements
o Installation from CVS
o MacOS X installation
o Solaris installation


Overview
--------

DCCM is part of the SynCE project:

  http://synce.sourceforge.net/

This daemon is required to be able to communicate with a handheld device.


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
---------------------

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 "dccm" 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

