README
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 05 Apr 2009 14:55:51 +0300
changeset 17 ab4470465a0c
parent 11 a8c6460d612b
child 20 0ce7093df25f
permissions -rw-r--r--
Create message in C * Pre-formatted text in docgen * Replace lua_pushconststring with lua_pushliteral * Create message in C * Add forgotten name node method to message * Default message type and subtype


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>