Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 981 Bytes

README.md

File metadata and controls

59 lines (39 loc) · 981 Bytes

Roller Thrower Die Soon

Throw guests to their death for fun. Roller Thrower Die Soon is our submission to Tojam in Allegro 5.

Getting started

Windows (MSYS2)

Install Libraries

pacman --noconfirm -S mingw-w64-i686-gcc-libs mingw-w64-i686-dumb mingw-w64-i686-flac mingw-w64-i686-opusfile mingw-w64-i686-freetype mingw-w64-i686-libjpeg-turbo mingw-w64-i686-libpng mingw-w64-i686-libvorbis mingw-w64-i686-libwebp mingw-w64-i686-openal mingw-w64-i686-physfs mingw-w64-i686-allegro

Build

cmake -G "MSYS Makefiles" .
make

Mac OS

Install Libraries

brew install allegro

Build

cmake -G "Unix Makefiles" .
make

Linux

Install Libraries

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

Build

cmake -G "Unix Makefiles" .
make