libntfs/README.md
2020-12-10 20:29:49 +01:00

607 B

libntfs for the Wii U

Usage

Link the application with:

-lntfs -liosuhax

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:20201210 /artifacts $DEVKITPRO