mirror of
https://github.com/wiiu-env/USBSerialLoggingModule.git
synced 2025-02-19 19:33:00 +01:00
Usage
([ENVIRONMENT]
is a placeholder for the actual environment name.)
- Copy the file into
USBSerialLoggingModule.wms
intosd:/wiiu/environments/[ENVIRONMENT]/modules
. - Requires the WUMSLoader in
sd:/wiiu/environments/[ENVIRONMENT]/modules/setup
.
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 usbserialloggermodule-builder
# make
docker run -it --rm -v ${PWD}:/project usbserialloggermodule-builder make
# make clean
docker run -it --rm -v ${PWD}:/project usbserialloggermodule-builder make clean
Languages
C++
43.6%
Makefile
37%
C
17.3%
Dockerfile
1.8%
Assembly
0.3%