This is an old revision of the document!
Todo.
We need Git, a C++ compiler (that can compile C++11 code, so for GCC, version 4.7 or better), Qt and all dependencies:
sudo apt-get install git-core build-essential qt4-qmake libqt4-dev qtmobility-dev libxtst-dev libnotify-dev libopencv-dev libboost-dev qtscript-tools
If you want to use SQL databases you will also have to install the corresponding bindings, for instance, MySQL:
sudo apt-get install libqt4-sql-mysql
Get the code.
git clone git://github.com/Jmgr/actionaz.git
Enter the actionaz directory:
cd actionaz
Then build.
qmake -r && make
To run actionaz, enter:
./actionaz
To update your version, open a terminal, go to the actionaz directory and enter
git pull qmake -r make