README
author Myhailo Danylenko <isbear@ukrpost.net>
Tue, 30 Mar 2010 23:29:22 +0300
changeset 21 32ac35851254
parent 18 fbe6977b37cc
child 29 23fa36d480fb
permissions -rw-r--r--
Enablce compiler warnings


This is a pep module for mcabber. It just provides common message
listener for other modules like tune, avatar etc.

This module have no options, and generally should be loaded
automatically by other modules.

INSTALLATION

To install it, you need:
cmake
make
gcc
glib
loudmouth
mcabber's headers

Then do
$ mkdir build
$ cd build
$ cmake ..
$ make edit_cache
$ make
# make install

Debian users can instead of make install do
$ fakeroot make package
# dpkg -i libmcabber-pep*.deb

Users of other distributions can select appropriate package
generator, using cache editor.

LICENSE

This code underlies terms of GNU GPL v2 or later. You can find it in file COPYING
from this distribution or on a GNU web-site <http://www.gnu.org/licenses/>.

CONTACTS

I will be happy to get feedback, patches, suggestions, etc.
You can send me email or contact via jabber <isbear@unixzone.org.ua>.

  -- Myhailo Danylenko <isbear@ukrpost.net>