1. Creating deb from sources:
    * run: 
        dpkg-buildpackage -rfakeroot -d
 
2. Installation of package.
    * Downlod liquid'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 libqt4-dev
        apt-get install libqt4-core
        apt-get install libqt4-gui	
        apt-get install libqt4-dbus

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

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