must be installed (install only if you got errors during compilation):
  gcc-c++
  make
  glew
  libjpeg8 (maybe libjpeg8-8.0.2-3.1.x86_64.rpm for 64bit fedora)

Compilation:
  1. cd [folder with source codes]
  2. make compile
  3. [optional] you can remove some files by "make clean", the game will not be erased
  
Run Game:
  1. cd [folder with compiled game]
  2. make run
  
Remove Game:
  1. cd [folder with compiled game]
  2. make cleanall [also removes the high score]
