====== Installation and Setup (old version) ======
===== Debian Linux/Ubuntu/Linux Mint =====
  - Get applications and libraries from repository of the distribution: # apt-get install git make cmake g++
  - (Optional) Install comedilib. Version must be at least 0.10.1!
    - If you're using Debian 7, Ubuntu 12.04/13.10 or Linux Mint 16 you have to build comedilib from source:
      - install necessary tools: # apt-get install autoconf libtool flex bison automake
      - clone repository: $ git clone git://comedi.org/git/comedi/comedilib.git
      - create configuration script: $ ./autogen.sh
      - configure:$ ./configure --with-udev-hotplug=/lib --sysconfdir=/etc
      - compile: $ make
      - install # make install
      - create symbolic link to libcomedi.so.0: # ln -s /usr/local/lib/libcomedi.so.0.10.2 /lib/libcomedi.so.0
    - If you're using Ubuntu 14.04 you can use the binary package of the distribution:
      - install library package: # apt-get install libcomedi-dev libcomedi0
  - Clone EEROS repository: $ git clone https://github.com/eeros-project/eeros-framework.git
  - Install and setup IDE:
    - Install KDevelop: #apt-get install kdevelop
    - Start KDevelop
    - Project -> Open/Import Project, select CMakeList.txt -> Finish  
    - Compile the project pressing the "Build" button (on Kdevelop) 
===== Gentoo Linux =====
  - Install necessary tools: # emerge -av cmake g++ cppunit kdevelop git qtgui qwt
  - See above
  - See above  
  - Install an setup IDE:
    - Install KDevelop: # emerge -av kdevelop
    - As above