Skip to content

Compiling

HerbFargus edited this page Apr 23, 2016 · 11 revisions

Compiling Atomic Bomberman for Linux

Dependencies

gcc libsdl1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsigc++-1.2-dev

Compile with Cmake

mkdir build && cd build && cmake .. && make
Clone this wiki locally