docs/readme.mdwn
changeset 32 ca6ef5ecb3ce
parent 3 c0c84518b242
equal deleted inserted replaced
31:ccf363bc801a 32:ca6ef5ecb3ce
       
     1 
       
     2 # Command output posting for MCabber
       
     3 
       
     4 This is a module for mcabber, that allows you to send shell command
       
     5 output to your buddy.
       
     6 
       
     7 To use this module just load it (there are some options, described in
       
     8 'cmd.rc', but none of them is required for proper operation) and use
       
     9 command 'cmd'.
       
    10 
       
    11 # Installation
       
    12 
       
    13 To install it, you need:
       
    14 
       
    15  * mcabber headers
       
    16  * glib
       
    17  * cmake
       
    18  * make
       
    19  * c compiler (gcc)
       
    20  * linker (binutils)
       
    21 
       
    22 Then do:
       
    23 
       
    24     $ mkdir build
       
    25     $ cd build
       
    26     $ cmake ..
       
    27     $ make edit_cache
       
    28     $ make
       
    29     # make install
       
    30 
       
    31 Debian users can instead of make install do:
       
    32 
       
    33     $ make package
       
    34     # dpkg -i libmcabber-cmd_*.deb
       
    35 
       
    36 Users of other distributions can select appropriate package generator,
       
    37 using cache editor.
       
    38 
       
    39 # License
       
    40 
       
    41 This code underlies terms of GNU GPL v2 or later. You can find it in
       
    42 file COPYING from this distribution or on a GNU web-site
       
    43 <http://www.gnu.org/licenses/>.
       
    44 
       
    45 # Contact
       
    46 
       
    47 I will be happy to get feedback, patches, suggestions, etc.
       
    48 You can send me email or contact via jabber <isbear@unixzone.org.ua>.
       
    49 
       
    50   -- Myhailo Danylenko <isbear@ukrpost.net>