sudo apt-get install build-essential cmake libqt4-dev libsqlite3-dev
mkdir build cd build cmake .. make
sudo make install