libntfs/README.md

26 lines
603 B
Markdown
Raw Permalink Normal View History

2020-12-10 20:29:49 +01:00
# libntfs for the Wii U
2020-12-06 23:06:22 +01:00
## Usage
Link the application with:
```
2022-07-26 16:27:20 +02:00
-lntfs -libmocha
2020-12-06 23:06:22 +01:00
```
## Dependencies
To be able to use libntfs for the Wii u, you need to install the following dependencies:
2022-07-26 16:27:20 +02:00
- [libmocha](https://github.com/wiiu-env/libmocha)
2020-12-06 23:06:22 +01:00
2020-12-10 20:29:49 +01:00
## Building
```
make wiiu-release
```
## Use the prebuilt files from a Docker image.
The image `wiiuenv/libntfs` on [Docker Hub](https://hub.docker.com/r/wiiuenv/libntfs/) provides a prebuilt library in the `/artifacts` directory. Copy it into your DevkitPPC portlibs folder.
2020-12-06 23:06:22 +01:00
Example:
```
2022-07-26 16:27:20 +02:00
COPY --from=wiiuenv/libntfs:20220726 /artifacts $DEVKITPRO
2020-12-06 23:06:22 +01:00
```