README
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 27 Apr 2009 13:15:23 +0300
changeset 19 d775d7289fe4
parent 11 a8c6460d612b
child 20 0ce7093df25f
permissions -rw-r--r--
Use lua_pushliteral and lua_setfield


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>