Skip to content

Compiling

HerbFargus edited this page May 1, 2016 · 11 revisions

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

Clone this wiki locally