README
changeset 23 13f03e604c8a
parent 20 0ce7093df25f
child 24 1ad539cb8dc6
equal deleted inserted replaced
22:1a1bc121fe90 23:13f03e604c8a
     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 
       
     4 INSTALLATION
     3 
     5 
     4 To install it, you need:
     6 To install it, you need:
     5 - lua (in fact, optional, to run test, but for now CMake cannot detect liblua separately)
     7 - lua (in fact, optional, to run test, but for now CMake cannot detect liblua separately)
     6 - liblua headers and library
     8 - liblua headers and library
     7 - glib headers and library
     9 - glib headers and library
    22 $ fakeroot make package
    24 $ fakeroot make package
    23 # dpkg -i liblua5.1-*.deb
    25 # dpkg -i liblua5.1-*.deb
    24 
    26 
    25 Users of other systems can set other CPack generator wich cache editor.
    27 Users of other systems can set other CPack generator wich cache editor.
    26 
    28 
    27 This code underlies terms of GNU GPL v2 or later.
    29 NOTES
       
    30 
       
    31 Unfortunately, test script depends on my unfinished (and, probably, never finished)
       
    32 glib module, and thus is unusable as is.
       
    33 
       
    34 LICENSE
       
    35 
       
    36 This code underlies terms of GNU GPL v2 or later. You can find it in file COPYING
       
    37 from this distribution or on a GNU web-site <http://www.gnu.org/licenses/>.
       
    38 
       
    39 CONTACTS
    28 
    40 
    29 I will be happy to get feedback, patches, suggestions, etc.
    41 I will be happy to get feedback, patches, suggestions, etc.
       
    42 You can send me email or contact via jabber <isbear@jabber.kiev.ua>.
    30 
    43 
    31   -- Myhailo Danylenko <isbear@ukrpost.net>
    44   -- Myhailo Danylenko <isbear@ukrpost.net>
    32 
    45