PongUIO/AndroidWars
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
license.txt envelops all code contributed by PongUIO (group). To compile you will need the following (on Debian-based distros: setupenvironment.sh): qmake make cmake QT standard libraries + QT OpenGL libraries. (just get qtcreator) boost (just get libboost-dev) libopenal-dev libalut-dev libvorbis-dev libtecla1-dev To compile and run: mkdir build cd build cmake .. make -j 4 ./qtgui