README
changeset 0 84fdfb0344c9
child 5 e617c9cf6dd3
equal deleted inserted replaced
-1:000000000000 0:84fdfb0344c9
       
     1 
       
     2 This is a lua 5.1 interface for loudmouth jabber client library.
       
     3 To install it, you need glib and loudmouth headers and libraries.
       
     4 Edit Makefile, set PREFIX, SOLIBDIR, LUALIBDIR, then run
       
     5 make
       
     6 make install
       
     7 
       
     8 Optionally you can generate and install api documentation (for now
       
     9 there are no lua convenience interface documentation, only for low-level
       
    10 interface, implemented in c, see example in test.lua). You will need a
       
    11 perl interpreter for that. Edit Makefile, set DOCDIR, then run
       
    12 make doc
       
    13 make doc-install
       
    14 
       
    15 This code underlies terms of GNU GPL v3 or later.
       
    16 
       
    17 I will be happy to get feedback, patches, suggestions, etc.
       
    18 
       
    19 Myhailo Danylenko <isbear@ukrpost.net>
       
    20