Compiling - HerbFargus/Atomic-Bomberman GitHub Wiki

Compiling Atomic Bomberman for Linux

git clone https://github.com/HerbFargus/Atomic-Bomberman.git
git clone -b "da" 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 same place as well