INSTALLING AND RUNNING OneFinger
================================

1)

You need to install the libraries Qt and pyQt (which in turn require a
library called Sip).

On debian: 

apt-get install python-qt3

2)

It is also recommended to install konsole (in kdebase), which is
invoked by OneFinger when you execute a command into the terminal. 

on debian:

apt-get install kdebase

Note: If you don't want to use konsole, you just have to change the
default terminal by editing the file onefinger/src/python/config.py.


3) 

To run the program, 

cd onefinger/src/python
./one-finger.py

be sure to run it from the current directory, i.e. don't do

./onefinger/src/python/one-finger.py

otherwise you may not see the icons.
