README
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 12 Apr 2010 00:41:23 +0300
changeset 110 bd9f24178d67
parent 93 0a10228296c1
child 129 ea30cf6c5bea
permissions -rw-r--r--
Prevent re-unregistering commands


This is a lua 5.1 module for mcabber.

See examples/README for information, how to get example
scripts working with this module.

To install it, you will need:
- lua 5.1
- glib
- mcabber
- cmake
- perl (optional)

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-lua*.deb

This code underlies terms of GNU GPL v2 or later.

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