README
author Mikael Berthe <mikael@lilotux.net>
Sun, 27 Mar 2011 20:12:37 +0200
changeset 11 431de0cc8126
parent 0 3f69962cbbf4
child 15 6222baf5dccc
permissions -rw-r--r--
Sync with dev API


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>