README
author Myhailo Danylenko <isbear@ukrpost.net>
Tue, 19 May 2009 00:42:01 +0300
changeset 20 0ce7093df25f
parent 11 a8c6460d612b
child 23 13f03e604c8a
permissions -rw-r--r--
Pre-publish changes * gitignore cleanup * cmake package generator option in cache * util use strcasecmp


This is a lua 5.1 interface for loudmouth jabber client library.

To install it, you need:
- lua (in fact, optional, to run test, but for now CMake cannot detect liblua separately)
- liblua headers and library
- glib headers and library
- loudmouth headers and library
- cmake
- pkg-config (to detect glib and loudmouth)
- perl (optional, to generate documentation)

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

Users of other systems can set other CPack generator wich cache editor.

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>