README
author Myhailo Danylenko <isbear@ukrpost.net>
Thu, 16 Jul 2009 15:10:38 +0300
changeset 74 9d1d5939ac9f
parent 3 a5f864d4207f
child 87 36d94f12811b
permissions -rw-r--r--
Typo and regex fix for room_priv


This is a lua 5.1 module for mcabber.

To install it, you will need:
- lua library and headers
- glib (with gmodule) library and headers
- loudmouth headers
- mcabber-lm sources (for headers)
- 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 mcabber-lua-*.deb

This code underlies terms of GNU GPL v2 or later.

I will be happy to get feedback, patches, suggestions, etc.

  -- Myhailo Danylenko <isbear@ukrpost.net>