Go to file
2022-01-30 17:44:53 +01:00
.github/workflows [CI] Fix asset content type 2022-01-30 17:44:53 +01:00
src Set a proper thread name 2022-01-30 17:44:17 +01:00
.gitignore Use libwupsbackend for wiiloading plugins 2020-05-17 20:29:29 +02:00
Dockerfile Use the LoggingModule if possible 2021-11-06 23:22:37 +01: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