From Sources
============
1. build the tools (see README)
2. become root
3. compile your packet, depending on your system, this may be done by
   a1. ./configure
   a2. make
4. install keyman
   a1. make install
5. run the rc-script to start the keyman input filter for the inputdev plugin
   a1. /etc/init.d/keyman start
6. if you want to start the script automatically on boot link the script
   into the appropriate runlevel scripts directory
   Note: the location of the runlevel scripts directory may differ depending
         on the distribution you use
   e.g.
   a1. cd /etc/init.d/rc1.d
   a2. ln -fs ../keyman S16keyman
   a3. do a1/a2 also in the rcX.d directories if you wish to
       (where X is the number of the runlevel)
7. add a group called "keyman" to the system
   and
   add users that use keyman especially with the inputdev plugin to that group
   otherwise the plugin won't be able to get key events

Debian-Install
=============
1. install keyman
	a1. dpkg -i <path_to_deb_package>/keyman_<version>_<architecture>.deb

RPM (SuSE) - Install
====================
1. install keyman
   a1. rpm -i <path_to_rpm_package>/keyman-<version>-<arch>.rpm

