1. In order to build and install the MEStatus 
   with GTKmm versions < 2.10   (=  2.4, 2.6 or 2.8 )
   you must first build the IGTKXMM library.
   (Skip this point if have GTKmm version 2.10 or newer.)
   call:
        './configure --prefix=/usr'
        'make'
        'make install'
    note: on 64bit system add --libdir=/usr/lib64

2. To build MEStatus call
        './configure'
        'make'
3. Call 'make install' to install MEStatus.

By default MEStatus is installed in '/usr/local/intel/MEStatus' directory. 
To run it manually call MEStatus from the location where it is installed. 

To cause MEStatus to be run automatically with KDE session create starting 
script in user's '.kde/Autostart' directory.

