~hristoast/ppsspp-appimage

Build an AppImage for the PPSSPP emulator

refs

master
browse  log 

clone

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

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

#ppsspp-appimage

Build an AppImage for the PPSSPP emulator

#Requirements

  • docker
  • FUSE
  • GNU make (optional)

#Usage

To build:

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

The version specified in the Dockerfile will be built. An AppImage (build logs) will be placed into a out directory in the root of this repository.

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

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