README
changeset 6 90073cbb535d
parent 5 e617c9cf6dd3
child 11 a8c6460d612b
equal deleted inserted replaced
5:e617c9cf6dd3 6:90073cbb535d
     1 
     1 
     2 This is a lua 5.1 interface for loudmouth jabber client library.
     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 
     3 
     8 Optionally you can generate and install api documentation (for now
     4 To install it, you need lua, glib and loudmouth headers and libraries,
     9 there are no lua convenience interface documentation, only for low-level
     5 cmake and perl (optional, for documentation). Then do
    10 interface, implemented in c, see example in test.lua). You will need a
     6 $ cd build
    11 perl interpreter for that. Edit Makefile, set DOCDIR, then run
     7 $ cmake ..
    12 make doc
     8 $ make
    13 make doc-install
     9 # make install
    14 
    10 
    15 This code underlies terms of GNU GPL v3 or later.
    11 Debian users can instead of make install do
       
    12 $ make package
       
    13 # dpkg -i liblua5.1-*.deb
       
    14 
       
    15 Also you can be interested in running
       
    16 $ make edit_cache
       
    17 before doing make to configure some project settings.
       
    18 
       
    19 This code underlies terms of GNU GPL v2 or later.
    16 
    20 
    17 I will be happy to get feedback, patches, suggestions, etc.
    21 I will be happy to get feedback, patches, suggestions, etc.
    18 
    22 
    19   -- Myhailo Danylenko <isbear@ukrpost.net>
    23   -- Myhailo Danylenko <isbear@ukrpost.net>
    20 
    24