Update the readme

This commit is contained in:
Maschell 2020-12-10 20:29:49 +01:00
parent a2357a4778
commit 4481e3959a
1 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# libntfs for the Wii U [![Build Status](https://travis-ci.org/Maschell/libntfs-wiiu.svg)](https://travis-ci.org/Maschell/libntfs-wiiu)
# libntfs for the Wii U
## Usage
Link the application with:
@ -9,12 +9,17 @@ Link the application with:
## Dependencies
To be able to use libntfs for the Wii u, you need to install the following dependencies:
- [libiosuhax](https://github.com/dimok789/libiosuhax)
- [libiosuhax](https://github.com/wiiu-env/libiosuhax)
# Use the prebuilt files from a Docker image.
The image `wiiulegacy/libntfs` on [Docker Hub](https://hub.docker.com/r/wiiulegacy/libntfs/) provides a prebuilt library in the `/artifacts` directory. Copy it into your DevkitPPC portlibs folder.
## 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.
Example:
```
COPY --from=wiiulegacy/libntfs:2013.1.13 /artifacts $DEVKITPRO/portlibs
COPY --from=wiiuenv/libntfs:20201210 /artifacts $DEVKITPRO
```