README
author Myhailo Danylenko <isbear@ukrpost.net>
Fri, 27 Mar 2009 09:43:41 +0200
changeset 16 09b375e9ce32
parent 11 a8c6460d612b
child 20 0ce7093df25f
permissions -rw-r--r--
Switch to new module organization scheme


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>