README
author Mikael Berthe <mikael@lilotux.net>
Sun, 14 Nov 2010 11:17:51 +0100
changeset 10 36e7f4269583
parent 0 3f69962cbbf4
child 15 6222baf5dccc
permissions -rw-r--r--
UI cosmetics


This is a mcabber module to show mcabber uptime. It is probably linux-specific,
and will not work on other systems.

INSTALLATION

To install it, you need:
glib
mcabber
cmake
make
gcc

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 libmcabber-uptime*.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/>.

CONTACTS

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>