diff -r 000000000000 -r 65cbecad22b4 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Sun Feb 22 23:14:24 2009 +0200 @@ -0,0 +1,24 @@ + +This is a lua 5.1 module for mcabber. + +To install it, you need lua and glib headers and libraries and +cmake. Then do +$ cd build +$ cmake .. +$ make +# make install + +Debian users can instead of make install do +$ make package +# dpkg -i mcabber-lua-*.deb + +Also you can be interested in running +$ make edit_cache +before doing make to configure some project settings. + +This code underlies terms of GNU GPL v2 or later. + +I will be happy to get feedback, patches, suggestions, etc. + + -- Myhailo Danylenko +