wiiu-env / launchiine

40 stars 5 forks source link

Launchiine (WIP)

A simple Wii U Menu replacement, still in early development and not ready for a day to day usage

Usage (Replace Wii U Menu via Mocha Payload):

([ENVIRONMENT] is a placeholder for the actual environment name.)

Known Issues

TODOs

Building

Install the following dependencies:

Then build via make.

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

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

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