docs/readme.mdwn
changeset 54 6bef2082e5f9
parent 52 c7031f15125d
equal deleted inserted replaced
53:2dcfa81100e4 54:6bef2082e5f9
     1 
     1 
     2 # Loudmouth interface for lua
     2 # Loudmouth interface for lua
     3 
     3 
     4 This interface to loudmouth XMPP client library for lua 5.1.
     4 This interface to loudmouth XMPP client library for lua 5.1 or 5.2.
     5 
     5 
     6 Main loudmouth project is now unmaintained, but mcabber community keeps
     6 Main loudmouth project is now unmaintained, but mcabber community keeps
     7 working version with some improvements at
     7 working version with some improvements at
     8 <http://github.com/mcabber/loudmouth>.
     8 <http://github.com/mcabber/loudmouth>.
     9 
     9 
    42     # make install
    42     # make install
    43 
    43 
    44 Debian users can instead of make install do:
    44 Debian users can instead of make install do:
    45 
    45 
    46     $ make package
    46     $ make package
    47     # dpkg -i liblua5.1-loudmouth_*.deb
    47     # dpkg -i lua5.?-loudmouth_*.deb
    48 
    48 
    49 Users of other systems can set other CPack generator using cache editor.
    49 Users of other systems can set other CPack generator using cache editor.
    50 
    50 
    51 # License
    51 # License
    52 
    52