1. Creating deb from sources:
    * run: 
        dpkg-buildpackage -rfakeroot -d
        
        
2. Installation of package.
    * Downlod scribo's deb on your device.
    * Open Terminal on your device
    * login as root
        If uoy haven't rootsh you must install it from application manager, and 
        after that run:
            sudo gainroot
    * install dependences:
        apt-get update
        apt-get install python
        apt-get install sqlite3
        apt-get install python-xml
        apt-get install python2.5-qt4
        apt-get install python2.5-qt4-network
        apt-get install python2.5-qt4-webkit
        apt-get install python2.5-qt4-gui
        apt-get install python-dbus
   * install scribo package:
        dpkg -i scribo*.deb

    
3. Instalation from sources:
   * run:
        make install
