Requirements
============

Note that you will need gkrellm2 and development files of
gtk2.0 in order for this to even compile. Building the
debian package also requires debhelper installed, see
'Depends:' line in the .dsc file.

Installation in Debian GNU/Linux
================================

For Debian GNU/Linux systems the preferrable way of
installation is the debian package. In case you are unable
to get the package, you must build it here by typing

	$ fakeroot dpkg-buildpackage

The result is .deb file in the upper directory.
Now that you have the essential debian package, become root
and install it like that:

	# dpkg -i gkrellmwho2_0.2.6-1_i386.deb

The package is already built and may be found on a whole bunch
of unofficial debian repositories and hopefully it gets into
debian one day. You may add the following line to your
/etc/apt/sources.list to make your apt get it automatically:

	deb http://files.shisha.spb.ru/debian/ ./

There are other repositories with this package also:
	http://mentors.debian.net
	http://tranq.dorms.spbu.ru/debian-local/

Complilation and installation
=============================

To compile the software type 'make' in the current directory.
The result is the file 'gkrellmwho2.so'. Now you can either
copy it gkrellm plugins in your home directory like that:

	$ cp gkrellmwho2.so ${HOME}/.gkrellm/plugins

or install it system-wide by typing 'make install'.
And don't you forget to restart your gkrellm in order for
plugin to load.

Enjoy.
