mirror of
https://github.com/wiiu-env/libntfs.git
synced 2024-11-16 15:09:16 +01:00
.github/workflows | ||
example | ||
include | ||
source | ||
.gitignore | ||
AUTHORS | ||
CREDITS | ||
Dockerfile.wiiu | ||
LICENSE | ||
Makefile | ||
README.md | ||
READMII |
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