~hristoast/desmume-appimage

Build an AppImage for the Desmume emulator

refs

master
browse  log 

clone

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

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

#desmume-appimage

Build an AppImage for the DeSmuME emulator

#Requirements

  • docker
  • FUSE
  • GNU make (optional)

#Usage

To build:

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

The version specified in the Dockerfile will be built. Two AppImages (and their build logs) will be placed into a out directory in the root of this repository:

  1. DeSmuME_(Gtk)-$version-x86_64.AppImage for the main desmume executable
  2. DeSmuME_(CLI)-$version-x86_64.AppImage for the desmume-cli executable

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

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