//====================================================================
// Client3d as cmake project.
//====================================================================
Run one of the makefile scripts to let cmake create the makefile:
sh makefileRelease.sh (If you want to play the game)
sh makefileDebug.sh   (If you want to help in finding bugs)

Build the Client3d:
make

The binary will we written to the client3d root folder.
