UZF - Ultimate Zombie Fighters
http://uzf.sf.net
------------------------------
Compiling
=========
To compile UZF you need:
- cmake [ www.cmake.org ]
- sfml >= 1.5 [ www.sfml-dev.org ]
- box2d 2.1 [ www.box2d.org ]
On Linux:
Type ./build.sh in the shell. Then type ./run.sh to run.
On Windows:
TODO. (hint: try using some cmake building tools)
On MacOS:
Could be similar to linux. If you manage to get it working please
let us know. :)
Compiling has been tested on:
- Linux using gcc 4.5
- Windows using mingw gcc 4.4
- MacOS hasn't been tested but should also work as the project
requirements also work on MacOS.