This is an old revision of the document!
Please note: this is to compile actiona up to version 3.8.0. Version 3.9.0 and higher require Qt5 instead of Qt4 and are simpler to compile. An update of this page is still required.
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