OpenKropki can be built using the included Makefiles.

on Linux:
$ make

on Windows (through mingw32 or mingw64):
$ mingw32-make -f Makefile.mingw

Building OpenKropki requires following things:
 - a sane C compiler (typically gcc or clang)
 - SDL2 version 2.0.4+
 - SDL_ttf version 2.0.12+
 - libfreetype-6
 - zlib
