mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2025-12-09 01:16:06 +01:00
ftpiiu_plugin-20220130-200630
Usage
([ENVIRONMENT] is a placeholder for the actual environment name.)
- Copy the file
ftpiiu.wpsintosd:/wiiu/environments/[ENVIRONMENT]/plugins. - Requires the WiiUPluginLoaderBackend in
sd:/wiiu/environments/[ENVIRONMENT]/modules.
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 ftpiiuplugin-builder
# make
docker run -it --rm -v ${PWD}:/project ftpiiuplugin-builder make
# make clean
docker run -it --rm -v ${PWD}:/project ftpiiuplugin-builder make clean
Description
Languages
C
77.5%
C++
17.1%
Makefile
5.2%
Dockerfile
0.2%