README
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 20 May 2012 06:24:53 +0300
changeset 121 75a7d595817c
parent 93 0a10228296c1
child 129 ea30cf6c5bea
permissions -rw-r--r--
Put help into separate files * add lua command help * convert some (useful) examples help to help files * fix evil missing brace * cosmetics


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>