README
changeset 129 ea30cf6c5bea
parent 93 0a10228296c1
equal deleted inserted replaced
128:8692a6fbe415 129:ea30cf6c5bea
     1 
     1 docs/readme.mdwn
     2 This is a lua 5.1 module for mcabber.
       
     3 
       
     4 See examples/README for information, how to get example
       
     5 scripts working with this module.
       
     6 
       
     7 To install it, you will need:
       
     8 - lua 5.1
       
     9 - glib
       
    10 - mcabber
       
    11 - cmake
       
    12 - perl (optional)
       
    13 
       
    14 Then do
       
    15 $ mkdir build
       
    16 $ cd build
       
    17 $ cmake ..
       
    18 $ make edit_cache
       
    19 $ make
       
    20 # make install
       
    21 
       
    22 Debian users can instead of make install do
       
    23 $ fakeroot make package
       
    24 # dpkg -i libmcabber-lua*.deb
       
    25 
       
    26 This code underlies terms of GNU GPL v2 or later.
       
    27 
       
    28 I willi be happy to get feedback, patches, suggestions, etc.
       
    29 You can send me email or contact via jabber <isbear@unixzone.org.ua>.
       
    30 
       
    31   -- Myhailo Danylenko <isbear@ukrpost.net>
       
    32