/docker-ps2dev-gsKit

Docker Image for PS2 Development with gsKit

Primary LanguageDockerfile

Docker Image for PS2 Development with gsKit

Cross-compile PS2 homebrew projects that depend on gsKit. Based on mlafeldt/docker-ps2dev.

Quick Start

Run this command in your project's root folder to build it inside a Docker container:

docker run -it --rm -v "$PWD:/src" root670/ps2dev-gskit make

This will mount the current folder to /src in the container and then run make inside /src. You may execute other commands, of course.