diff -r 21680d75d561 -r abd0e8810b78 docs/readme.mdwn --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/readme.mdwn Tue Aug 21 02:47:32 2012 +0300 @@ -0,0 +1,50 @@ + +# MCabber environment investigation + +This is a module for mcabber, that allows you to view and change +mcabber's environment variables and working directory at run-time. + +To use this module just load it, the commands 'env' and 'cd' will be +available. + +# 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-env_*.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 +. + +# Contact + +I will be happy to get feedback, patches, suggestions, etc. +You can send me email or contact via jabber . + + -- Myhailo Danylenko +