User Tools

Site Tools


en:compilation

This is an old revision of the document!


Get & compile the latest version

Windows

Todo.

GNU/Linux

Debian/Ubuntu/Mint

First download

We need Git, a C++ compiler, Qt and all dependencies:

sudo apt-get install git-core build-essential 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

Update

To update your version, open a terminal, go to the actionaz directory and enter

git pull
qmake -r
make
en/compilation.1369474107.txt.gz · Last modified: 2021/02/13 11:23 (external edit)