Files
aliendefender/AlienDefender-readme.txt

11 lines
305 B
Plaintext

hello
this is the source code of wavetrace(base part of game)
to compilling this code you must have QT4 library and gcc compiller
to make this project you cad do:
$ qmake
$ make clean
$ make distclean
$ qmake
$ make
or open the aliendefender.pro file in Qt-Creator and run aplication.