A fork of WUT that can create custom RPL files for color splash modding.
Licensed under the terms of the zlib License (see LICENSE.txt).
First, install devkitPro and devkitPPC, then follow the building from source instructions below
You can easily build any devkitPro CMake based wut project with the following commands:
mkdir build && cd build
/opt/devkitpro/portlibs/wiiu/bin/powerpc-eabi-cmake ../
make
Building wut is simple as running the following commands:
make
(sudo -E) make install