README
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 15 Mar 2009 02:33:57 +0200
changeset 20 fd96da2c3acc
parent 3 a5f864d4207f
child 87 36d94f12811b
permissions -rw-r--r--
Fix absent form field value in concatenation


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>