libpurplemm 1.0
===========

Author: David Vachulka
Contact: arch_dvx@users.sourceforge.net

libpurplemm is a C++ bindings for libpurple.

libpurplemm is licensed under the terms of the GPL.  Please see the file `COPYING' included
with the distribution for more information.

Whats New?
----------
In 1.0:    libpurplemm 1.0 is first public version.

Installation
------------
You need to use cmake to build libpurplemm. (http://www.cmake.org/)
The basic installation procedure is similar to::

  $ cd libpurplemm; mkdir build; cd build
  $ cmake ..
  # make install

Documentation
-------------
Documentation for libpurplemm is available in the `doc/html' subdirectory.

A sample program that uses libpurplemm can be found in `test/test.cpp'.

Support
-------
For questions about usage of libpurplemm, please use the libpurplemm-discuss mailing list.
