# HG changeset patch # User Myhailo Danylenko # Date 1257945609 -7200 # Node ID 9a51023ae282b35a1dd6440d0f921b4def3eaa79 # Parent 72ffcc3c584e958758677c346a61abdac679ffb4 Readme diff -r 72ffcc3c584e -r 9a51023ae282 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Wed Nov 11 15:20:09 2009 +0200 @@ -0,0 +1,45 @@ + +This is a module for mcabber, that allows you to send shell +command output to your buddy. + +To use this module just load it (there are some options, described +in cmd.rc, but none of them is required for proper operation) and +use command 'cmd'. + +INSTALLATION + +To install it, you need: +cmake +make +gcc +glib +mcabber's headers + +Then do +$ mkdir build +$ cd build +$ cmake .. +$ make edit_cache +$ make +# make install + +Debian users can instead of make install do +$ fakeroot make package +# dpkg -i ...-*.deb + +Users of other distributions can select appropriate package +generator, using cache editor. + +LICENSE + +This code underlies terms of GNU GPL v2 or later. You can find it in file COPYING +from this distribution or on a GNU web-site . + +CONTACTS + +I will be happy to get feedback, patches, suggestions, etc. +You can send me email or contact via jabber . + + -- Myhailo Danylenko + +