Skip to content

AdsGames/RobotFlier

Repository files navigation

RobotFlier

Build Windows Build Linux Build Mac OS

An ADS Games production! A space arcade game where you have to fly through space and collect energy.

Setup

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

About

An Ads Games production! A space arcade game where you have to fly through space and collect energy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published