~hristoast/mgba-appimage

Build an AppImage for the mGBA emulator

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~hristoast/mgba-appimage
read/write
git@git.sr.ht:~hristoast/mgba-appimage

You can also use your local clone with git send-email.

#mgba-appimage

THIS REPO IS NO LONGER UPDATED, MGBA HAS ITS OWN APPIMAGE NOW!!

Build an AppImage for the mGBA emulator

#Requirements

  • docker
  • FUSE
  • GNU make (optional)

#Usage

To build:

git clone https://git.sr.ht/~hristoast/mgba-appimage
cd mgba-appimage
make # Read the Makefile to skip make and properly call docker directly

A file called mgba-$version-x86_64.AppImage will be placed into an out directory in the root of this repo. At present, $version is hardcoded in the dockerfile.

To get a shell inside the container (useful for developing):

git clone https://git.sr.ht/~hristoast/mgba-appimage
cd mgba-appimage
make sh # Read the Makefile to skip make and properly call docker directly

#Caveats

As of right now, shaders bundled into the AppImage aren't accessible. To work around this, shaders must be downloaded and selected separately.