Initial commit
Build an AppImage for the DeSmuME emulator
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:
DeSmuME_(Gtk)-$version-x86_64.AppImage
for the main desmume
executableDeSmuME_(CLI)-$version-x86_64.AppImage
for the desmume-cli
executableTo 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