Update to aece99fe41d753866a545b3c8e821aa4a42e0512
Update to 30f0051f9c36b94ddd61dbaa8451eac9a6d489a4
Support the latest revisions of Dolphin
Build an AppImage for the Dolphin emulator
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:
Dolphin_Emu-5.0-$SHA-x86_64.AppImage
for the main dolphin-emu
executableDolphin_Emu_No_GUI-5.0-$SHA-x86_64.AppImage
for the dolphin-emu-nogui
executableDolphin_Tool-5.0-$SHA-x86_64.AppImage
for the dolphin-tool
executableDolphin_Traversal_Server-5.0-$SHA-x86_64.AppImage
for the traversal_server
executableTo 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