Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 686 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 686 Bytes

Back to the Browser Wars

Dependences (for Debian-based distros):

sudo apt install liballegro5.0 liballegro-ttf5.0 liballegro-image5.0 liballegro-audio5.0 liballegro-acodec5.0

The game uses CMake as build system, so its building process is pretty typical.

Building dependences:

sudo apt install liballegro5-dev liballegro-ttf5-dev liballegro-image5-dev liballegro-audio5-dev liballegro-acodec5-dev

Compilation:

mkdir build; cd build
cmake ..
make

Running (from top directory):

build/src/bttbw

Installation (as root):

make install

For packaging information, read lib/README.txt

https://github.com/dos1/bttbw/

Written by Sebastian Krzyszkowiak dos@dosowisko.net