docs/readme.mdwn
author Myhailo Danylenko <isbear@ukrpost.net>
Thu, 13 Nov 2014 02:32:01 +0200
changeset 35 7ee07b3cc5f9
parent 32 ca6ef5ecb3ce
permissions -rw-r--r--
Use user-configured option names in module description


# Command output posting for MCabber

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:

 * mcabber headers
 * glib
 * cmake
 * make
 * c compiler (gcc)
 * linker (binutils)

Then do:

    $ mkdir build
    $ cd build
    $ cmake ..
    $ make edit_cache
    $ make
    # make install

Debian users can instead of make install do:

    $ make package
    # dpkg -i libmcabber-cmd_*.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
<http://www.gnu.org/licenses/>.

# Contact

I will be happy to get feedback, patches, suggestions, etc.
You can send me email or contact via jabber <isbear@unixzone.org.ua>.

  -- Myhailo Danylenko <isbear@ukrpost.net>