mirror of
https://github.com/wiiu-env/libntfs.git
synced 2024-11-16 15:09:16 +01:00
Update the readme
This commit is contained in:
parent
a2357a4778
commit
4481e3959a
15
README.md
15
README.md
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user