mirror of
https://github.com/Maschell/libntfs-wiiu.git
synced 2024-12-18 08:01:50 +01:00
[Travis] Added missing libiosuhax
- Created readme with dependencies
This commit is contained in:
parent
7cbc145f81
commit
3013a58386
@ -13,6 +13,7 @@ env:
|
|||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- "$HOME/.local"
|
- "$HOME/.local"
|
||||||
|
- "$PORTLIBREPOS"
|
||||||
- "$DEVKITPRO"
|
- "$DEVKITPRO"
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
@ -26,5 +27,13 @@ before_install:
|
|||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo dpkg -i /tmp/devkitpro-pacman.deb; fi
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo dpkg -i /tmp/devkitpro-pacman.deb; fi
|
||||||
- yes | sudo dkp-pacman -Syu devkitPPC
|
- yes | sudo dkp-pacman -Syu devkitPPC
|
||||||
|
|
||||||
|
install:
|
||||||
|
- cd $PORTLIBREPOS
|
||||||
|
- (git clone https://github.com/dimok789/libiosuhax.git || (cd libiosuhax && git pull))
|
||||||
|
- (cd libiosuhax && make -j8 && make install)
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- cd $TRAVIS_BUILD_DIR/
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make wiiu-install
|
- make wiiu-install
|
12
README.md
Normal file
12
README.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# libntfs for the Wii U [![Build Status](https://travis-ci.org/Maschell/libntfs-wiiu.svg)](https://travis-ci.org/Maschell/libntfs-wiiu)
|
||||||
|
|
||||||
|
## 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:
|
||||||
|
|
||||||
|
- [libiosuhax](https://github.com/dimok789/libiosuhax)
|
Loading…
Reference in New Issue
Block a user