Go to file
Maschell e5f57bfe8f Replace "ESPRESSO" flag by "__wiiu__" flag to fix compilation, add missing portlibs variable 2019-05-14 20:30:07 +02:00
example *Initial commit of the source version 2010-10-02 from WiiXplorer branches. For change log see the WiiXplorer branches change log. 2010-12-28 14:18:25 +00:00
include Probably broke the wii/cube support, but wii u should work now! 2017-09-09 16:04:54 +02:00
source Replace "ESPRESSO" flag by "__wiiu__" flag to fix compilation, add missing portlibs variable 2019-05-14 20:30:07 +02:00
.gitignore WIP Wii U port, not working 2017-09-09 12:24:36 +02:00
.travis.yml [Travis] Only reinstall packages if updated. 2018-05-26 16:27:03 +02:00
AUTHORS *Initial commit of the source version 2010-10-02 from WiiXplorer branches. For change log see the WiiXplorer branches change log. 2010-12-28 14:18:25 +00:00
CREDITS *Initial commit of the source version 2010-10-02 from WiiXplorer branches. For change log see the WiiXplorer branches change log. 2010-12-28 14:18:25 +00:00
Dockerfile Add Dockerfile and readme 2018-09-21 18:16:56 +02:00
LICENSE *Initial commit of the source version 2010-10-02 from WiiXplorer branches. For change log see the WiiXplorer branches change log. 2010-12-28 14:18:25 +00:00
Makefile WIP Wii U port, not working 2017-09-09 12:24:36 +02:00
README.md Add Dockerfile and readme 2018-09-21 18:16:56 +02:00
READMII *Initial commit of the source version 2010-10-02 from WiiXplorer branches. For change log see the WiiXplorer branches change log. 2010-12-28 14:18:25 +00:00

README.md

libntfs for the Wii U Build Status

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