OpenAtomic Game: Open Source clone of Atomic Bomberman game engine with an ability to use original graphics and sounds!
-
Install required packages: On Fedora 21 the list of packages includes: boost-devel cmake gcc-c++ guichan-devel make SDL-devel SDL_image-devel SDL_mixer-devel SDL_net-devel SDL-static
-
Create a build directory as a sub-directory of the Git tree: $ mkdir build $ cd build
-
Run cmake and reference the top-level directory from Git: $ cmake ..
-
Compile OpenAtomic: $ make
It should produce "openatomic" binary.