-Box2d 2.2.1
-Qt4 and QT4 opengl module
-Gcc
-QMake
-Make
TO COMPILE
----
Move to the folder that contains the source [example OpenGOO]
cd ~/OpenGOO
qmake
make
TO RUN
----
Move to the folder that contains the executable.
Make sure that in this folder also level-svg.level and menu.index are present (if not copy them there).
./OpenGOO
If you want more debug output
./OpenGOO -Debug
ATTENZIONE/ATTENTION
Il file di livello (level-svg.level) e di menu (menu.index) deve essere nella cartella dell´eseguibile.
The level file (level-svg.level) and menu file (menu.index) must be in the executable folder.