README
author Myhailo Danylenko <isbear@ukrpost.net>
Sat, 21 Feb 2009 12:43:51 +0200
changeset 7 5db1448eb857
parent 6 90073cbb535d
child 11 a8c6460d612b
permissions -rw-r--r--
Message have node 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>