$Id: README,v 1.1 2001/02/11 09:42:12 rsmith Exp $

This is the readme file for the libcomm library.

PURPOSE
-------
This library contains functions to send, receive and interpret structured
text messages between programs.

BUILDING THE LIBRARY
--------------------
Invoking the "make" command gives you a list of all possible options.

The usual invocation for a system-wide installation of the library would be
to do "make all", "make test", login as root, and then do a "make install".

Alternatively you can embed the library in your own program, by sticking it
into a subdirectory, and invoking "make static" there.

USING THE LIBRARY
-----------------
See the manual pages comm_read_text.3 and comm_write_text.3 on how to use the
functions. 

LICENSE
-------
This library is under the General Public License, see the file COPYING for
details.

AUTHOR
------
This library has been written and is maintained by Roland Smith.
You can contact my by the following means:

    e-mail: rsmith@xs4all.nl
snail-mail: R.F. Smith
            Dr. Hermansweg 36
            5624 HR  Eindhoven
            The Netherlands

