README
changeset 93 0a10228296c1
parent 88 9b5c2357fad7
child 129 ea30cf6c5bea
equal deleted inserted replaced
92:5d691423c8a6 93:0a10228296c1
     3 
     3 
     4 See examples/README for information, how to get example
     4 See examples/README for information, how to get example
     5 scripts working with this module.
     5 scripts working with this module.
     6 
     6 
     7 To install it, you will need:
     7 To install it, you will need:
     8 - lua 5.1 library and headers
     8 - lua 5.1
     9 - glib (with gmodule) library and headers
     9 - glib
    10 - loudmouth headers
    10 - mcabber
    11 - mcabber headers
       
    12 - cmake
    11 - cmake
    13 - perl (optional)
    12 - perl (optional)
    14 
    13 
    15 Then do
    14 Then do
    16 $ mkdir build
    15 $ mkdir build
    20 $ make
    19 $ make
    21 # make install
    20 # make install
    22 
    21 
    23 Debian users can instead of make install do
    22 Debian users can instead of make install do
    24 $ fakeroot make package
    23 $ fakeroot make package
    25 # dpkg -i mcabber-lua*.deb
    24 # dpkg -i libmcabber-lua*.deb
    26 
    25 
    27 This code underlies terms of GNU GPL v2 or later.
    26 This code underlies terms of GNU GPL v2 or later.
    28 
    27 
    29 I will be happy to get feedback, patches, suggestions, etc.
    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 
    30 
    31   -- Myhailo Danylenko <isbear@ukrpost.net>
    31   -- Myhailo Danylenko <isbear@ukrpost.net>
    32 
    32