README
changeset 11 a8c6460d612b
parent 6 90073cbb535d
child 20 0ce7093df25f
equal deleted inserted replaced
10:aed141accdd9 11:a8c6460d612b
     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 lua, glib and loudmouth headers and libraries,
     4 To install it, you need:
     5 cmake and perl (optional, for documentation). Then do
     5 - lua
       
     6 - liblua headers and library
       
     7 - glib headers and library
       
     8 - loudmouth headers and library
       
     9 - cmake
       
    10 - pkg-config
       
    11 - perl (optional)
       
    12 
       
    13 Then do
       
    14 $ mkdir build
     6 $ cd build
    15 $ cd build
     7 $ cmake ..
    16 $ cmake ..
       
    17 $ cmake edit_cache
     8 $ make
    18 $ make
     9 # make install
    19 # make install
    10 
    20 
    11 Debian users can instead of make install do
    21 Debian users can instead of make install do
    12 $ make package
    22 $ fakeroot make package
    13 # dpkg -i liblua5.1-*.deb
    23 # dpkg -i liblua5.1-*.deb
    14 
       
    15 Also you can be interested in running
       
    16 $ make edit_cache
       
    17 before doing make to configure some project settings.
       
    18 
    24 
    19 This code underlies terms of GNU GPL v2 or later.
    25 This code underlies terms of GNU GPL v2 or later.
    20 
    26 
    21 I will be happy to get feedback, patches, suggestions, etc.
    27 I will be happy to get feedback, patches, suggestions, etc.
    22 
    28