TODO: Describe game
Install the required dependencies with your system's package manager. Then call
$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .
Download the prebuilt binaries and put them into a common folder. Then call
> mkdir build
> cd build
> cmake -DCMAKE_PREFIX_PATH=<common-folder> -DGLEW_ROOT=<glew-folder> ..
> cmake --build .