README
author Myhailo Danylenko <isbear@ukrpost.net>
Sat, 14 Mar 2009 17:01:53 +0200
changeset 13 8f502c1477ac
parent 11 a8c6460d612b
child 20 0ce7093df25f
permissions -rw-r--r--
Forgot to register connection:status


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

To install it, you need:
- lua
- liblua headers and library
- glib headers and library
- loudmouth headers and library
- cmake
- pkg-config
- perl (optional)

Then do
$ mkdir build
$ cd build
$ cmake ..
$ cmake edit_cache
$ make
# make install

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