README
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 08 Mar 2009 00:48:19 +0200
changeset 11 a8c6460d612b
parent 6 90073cbb535d
child 20 0ce7093df25f
permissions -rw-r--r--
Naming scheme change to more ld-friendly


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>