README
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 23 Feb 2009 18:27:13 +0200
changeset 3 a5f864d4207f
parent 0 65cbecad22b4
child 87 36d94f12811b
permissions -rw-r--r--
Fixes for build system


This is a lua 5.1 module for mcabber.

To install it, you will need:
- lua library and headers
- glib (with gmodule) library and headers
- loudmouth headers
- mcabber-lm sources (for headers)
- cmake
- perl (optional)

Then do
$ mkdir build
$ cd build
$ cmake ..
$ make edit_cache
$ make
# make install

Debian users can instead of make install do
$ fakeroot make package
# dpkg -i mcabber-lua-*.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>