README
author Myhailo Danylenko <isbear@ukrpost.net>
Thu, 10 Dec 2009 00:38:00 +0200
changeset 87 36d94f12811b
parent 3 a5f864d4207f
child 88 9b5c2357fad7
permissions -rw-r--r--
Small update to README


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