mirror of
https://github.com/wiiu-env/libntfs.git
synced 2025-02-20 03:52:49 +01:00
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
Languages
C
99.3%
Makefile
0.7%