
======= Dependencies =======
At compile time:
	- cmake >= 2.6
	- libsysactivity >= 0.3.1
	- KDE libraries development files >= 4.4 (kdelibs5-dev package in debian/ubuntu)
	- Development files for the KDE 4 base workspace (kdebase-workspace-dev)

At run time:
	- oxygen-icon-theme

======= Compile =======
To build it use the following commands:
cd build
cmake .. # You can specify the following parameters:
         # -DCMAKE_BUILD_TYPE=release or -DCMAKE_BUILD_TYPE=debug
         # -DCMAKE_INSTALL_PREFIX=/some/absolute/path
make
make install # You will need root privileges for this step
