Skip to content

Compiling

HerbFargus edited this page Apr 26, 2016 · 11 revisions

Compiling Atomic Bomberman for Linux

git clone https://github.com/HerbFargus/Atomic-Bomberman.git
git clone -b "patches" https://github.com/HerbFargus/Atomic-Bomberman.git

Dependencies

gcc cmake 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