WARNING you need cmake and QT library installed on your system
to build educazionik.

From educazionik source directory:
mkdir build
cd build
cmake ..
make install

If you want to change your prefix install dir use
cmake -DCMAKE_INSTALL_PREFIX=${YOUR_PREFIX_DIR} ..

That's all enjoy.

