libntfs/README.md

603 B

libntfs for the Wii U

Usage

Link the application with:

-lntfs -libmocha

Dependencies

To be able to use libntfs for the Wii u, you need to install the following dependencies:

Building

make wiiu-release

Use the prebuilt files from a Docker image.

The image wiiuenv/libntfs on Docker Hub provides a prebuilt library in the /artifacts directory. Copy it into your DevkitPPC portlibs folder.

Example:

COPY --from=wiiuenv/libntfs:20220726 /artifacts $DEVKITPRO