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

Running

place ab.cfg in the same directory as ab and the data directory in the folder below ab

Clone this wiki locally