~hristoast/dolphin-appimage

Build an AppImage for the Dolphin emulator
Update to aece99fe41d753866a545b3c8e821aa4a42e0512
Update to 30f0051f9c36b94ddd61dbaa8451eac9a6d489a4
Support the latest revisions of Dolphin

refs

master
browse  log 

clone

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

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

#dolphin-appimage

Build an AppImage for the Dolphin emulator

#Requirements

  • docker
  • FUSE
  • GNU make (optional)

#Usage

To build:

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

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

  1. Dolphin_Emu-5.0-$SHA-x86_64.AppImage for the main dolphin-emu executable
  2. Dolphin_Emu_No_GUI-5.0-$SHA-x86_64.AppImage for the dolphin-emu-nogui executable
  3. Dolphin_Tool-5.0-$SHA-x86_64.AppImage for the dolphin-tool executable
  4. Dolphin_Traversal_Server-5.0-$SHA-x86_64.AppImage for the traversal_server executable

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

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