diff -r 000000000000 -r 84fdfb0344c9 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Sun Feb 01 21:28:57 2009 +0200 @@ -0,0 +1,20 @@ + +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 +