README
changeset 20 0ce7093df25f
parent 11 a8c6460d612b
child 23 13f03e604c8a
equal deleted inserted replaced
19:d775d7289fe4 20:0ce7093df25f
     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 
     3 
     4 To install it, you need:
     4 To install it, you need:
     5 - lua
     5 - lua (in fact, optional, to run test, but for now CMake cannot detect liblua separately)
     6 - liblua headers and library
     6 - liblua headers and library
     7 - glib headers and library
     7 - glib headers and library
     8 - loudmouth headers and library
     8 - loudmouth headers and library
     9 - cmake
     9 - cmake
    10 - pkg-config
    10 - pkg-config (to detect glib and loudmouth)
    11 - perl (optional)
    11 - perl (optional, to generate documentation)
    12 
    12 
    13 Then do
    13 Then do
    14 $ mkdir build
    14 $ mkdir build
    15 $ cd build
    15 $ cd build
    16 $ cmake ..
    16 $ cmake ..
    17 $ cmake edit_cache
    17 $ cmake edit_cache
    18 $ make
    18 $ make
    19 # make install
    19 # make install
    20 
    20 
    21 Debian users can instead of make install do
    21 Debian users can instead of make install do,
    22 $ fakeroot make package
    22 $ fakeroot make package
    23 # dpkg -i liblua5.1-*.deb
    23 # dpkg -i liblua5.1-*.deb
       
    24 
       
    25 Users of other systems can set other CPack generator wich cache editor.
    24 
    26 
    25 This code underlies terms of GNU GPL v2 or later.
    27 This code underlies terms of GNU GPL v2 or later.
    26 
    28 
    27 I will be happy to get feedback, patches, suggestions, etc.
    29 I will be happy to get feedback, patches, suggestions, etc.
    28 
    30