README
changeset 32 ca6ef5ecb3ce
parent 3 c0c84518b242
equal deleted inserted replaced
31:ccf363bc801a 32:ca6ef5ecb3ce
     1 
     1 docs/readme.mdwn
     2 This is a module for mcabber, that allows you to send shell
       
     3 command output to your buddy.
       
     4 
       
     5 To use this module just load it (there are some options, described
       
     6 in cmd.rc, but none of them is required for proper operation) and
       
     7 use command 'cmd'.
       
     8 
       
     9 INSTALLATION
       
    10 
       
    11 To install it, you need:
       
    12 cmake
       
    13 make
       
    14 gcc
       
    15 glib
       
    16 mcabber's headers
       
    17 loudmouth headers (included from mcabber's)
       
    18 
       
    19 Then do
       
    20 $ mkdir build
       
    21 $ cd build
       
    22 $ cmake ..
       
    23 $ make edit_cache
       
    24 $ make
       
    25 # make install
       
    26 
       
    27 Debian users can instead of make install do
       
    28 $ fakeroot make package
       
    29 # dpkg -i ...-*.deb
       
    30 
       
    31 Users of other distributions can select appropriate package
       
    32 generator, using cache editor.
       
    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
       
    40 
       
    41 I will be happy to get feedback, patches, suggestions, etc.
       
    42 You can send me email or contact via jabber <isbear@unixzone.org.ua>.
       
    43 
       
    44   -- Myhailo Danylenko <isbear@ukrpost.net>
       
    45 
       
    46