mirror of
https://github.com/Maschell/libntfs-wiiu.git
synced 2025-01-20 15:41:09 +01:00
Maschell
e5f57bfe8f
Replace "ESPRESSO" flag by "__wiiu__" flag to fix compilation, add missing portlibs variable
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:
Use the prebuilt files from a Docker image.
The image wiiulegacy/libntfs
on Docker Hub provides a prebuilt library in the /artifacts
directory. Copy it into your DevkitPPC portlibs folder.
Example:
COPY --from=wiiulegacy/libntfs:2013.1.13 /artifacts $DEVKITPRO/portlibs
Languages
C
99.3%
Makefile
0.7%