mirror of
https://github.com/wiiu-env/wudd.git
synced 2024-11-05 18:15:06 +01:00
.github/workflows | ||
source | ||
.gitignore | ||
Dockerfile | ||
Makefile | ||
README.md |
Wudump
RPX version of wudump.
Supports dumping as WUX and WUD, but only to NTFS formatted USB drives and without dumping the game.key
.
Dependencies
Building using the Dockerfile
It's possible to use a docker image for building. This way you don't need anything installed on your host system.
# Build docker image (only needed once)
docker build . -t wudump-builder
# make
docker run -it --rm -v ${PWD}:/project wudump-builder make
# make clean
docker run -it --rm -v ${PWD}:/project wudump-builder make clean