README
author Myhailo Danylenko <isbear@ukrpost.net>
Fri, 20 Feb 2009 23:07:43 +0200
changeset 6 90073cbb535d
parent 5 e617c9cf6dd3
child 11 a8c6460d612b
permissions -rw-r--r--
Logging and chained methods


This is a lua 5.1 interface for loudmouth jabber client library.

To install it, you need lua, glib and loudmouth headers and libraries,
cmake and perl (optional, for documentation). Then do
$ cd build
$ cmake ..
$ make
# make install

Debian users can instead of make install do
$ make package
# dpkg -i liblua5.1-*.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>