README
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 16 Feb 2009 01:32:12 +0200
changeset 5 e617c9cf6dd3
parent 0 84fdfb0344c9
child 6 90073cbb535d
permissions -rw-r--r--
Updates to build system * off the source build * packaging * documentation * test


This is a lua 5.1 interface for loudmouth jabber client library.
To install it, you need glib and loudmouth headers and libraries.
Edit Makefile, set PREFIX, SOLIBDIR, LUALIBDIR, then run
make
make install

Optionally you can generate and install api documentation (for now
there are no lua convenience interface documentation, only for low-level
interface, implemented in c, see example in test.lua). You will need a
perl interpreter for that. Edit Makefile, set DOCDIR, then run
make doc
make doc-install

This code underlies terms of GNU GPL v3 or later.

I will be happy to get feedback, patches, suggestions, etc.

  -- Myhailo Danylenko <isbear@ukrpost.net>