README
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 22 Feb 2009 23:14:24 +0200
changeset 0 65cbecad22b4
child 3 a5f864d4207f
permissions -rw-r--r--
Initial commit


This is a lua 5.1 module for mcabber.

To install it, you need lua and glib headers and libraries and
cmake. Then do
$ cd build
$ cmake ..
$ make
# make install

Debian users can instead of make install do
$ make package
# dpkg -i mcabber-lua-*.deb

Also you can be interested in running
$ make edit_cache
before doing make to configure some project settings.

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>