Go to file
2021-09-24 20:51:39 +02:00
.github/workflows [Workflow] Use Environment Files instead of ::set-env 2021-01-09 16:00:05 +01:00
src WUPS 0.6 support 2021-09-24 20:51:39 +02:00
.gitignore Use libwupsbackend for wiiloading plugins 2020-05-17 20:29:29 +02:00
Dockerfile WUPS 0.6 support 2021-09-24 20:51:39 +02:00
Makefile Directly use librpxloader 2021-01-16 23:06:14 +01:00
README.md Directly use librpxloader 2021-01-16 23:06:14 +01:00

Requires the RPXLoadingModule to be loaded.

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 wiiloadplugin-builder

# make 
docker run -it --rm -v ${PWD}:/project wiiloadplugin-builder make

# make clean
docker run -it --rm -v ${PWD}:/project wiiloadplugin-builder make clean