1. Creating deb from sources:
    * run: 
        dpkg-buildpackage -rfakeroot -d
 
2. Installation of package.
    * Downlod shariks's deb on your device.
    * Open Terminal on your device
    * login as root
        If you haven't rootsh you must install it from application manager, and 
        after that run:
            sudo gainroot

    * install dependences:
        apt-get update
        apt-get install libsdl1.2
        apt-get install libsdl-ttf2.0
        apt-get install libsdl-image1.2	
        apt-get install libsdl-gfx1.2

   * install shariks package:
        dpkg -i shariks*.deb 

3. Instalation from sources:
   * run:
        make
        make install
