mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-16 15:49:23 +01:00
[Travis] fixed compiling
This commit is contained in:
parent
36f4b1f350
commit
b642c931db
@ -44,7 +44,7 @@ install:
|
|||||||
- tar -xzvf libiosuhax.tar.gz
|
- tar -xzvf libiosuhax.tar.gz
|
||||||
- tar -xzvf fs_wrapper.tar.gz
|
- tar -xzvf fs_wrapper.tar.gz
|
||||||
- tar -xzvf controller_patcher.tar.gz
|
- tar -xzvf controller_patcher.tar.gz
|
||||||
- 7z x -y ./libs/portlibs.zip -o${DEVKITPRO}
|
- 7z x -y ./loader/libs/portlibs.zip -o${DEVKITPRO}
|
||||||
- 7z x -y ./dynamic_libs-lib/libs/portlibs.zip -o${DEVKITPRO}
|
- 7z x -y ./dynamic_libs-lib/libs/portlibs.zip -o${DEVKITPRO}
|
||||||
- 7z x -y ./libgui-master/libs/portlibs.zip -o${DEVKITPRO}
|
- 7z x -y ./libgui-master/libs/portlibs.zip -o${DEVKITPRO}
|
||||||
- (cd libiosuhax-master && make -j8 && make install)
|
- (cd libiosuhax-master && make -j8 && make install)
|
||||||
|
@ -51,7 +51,7 @@ Install the according to their readmes. Don't forget to install their dependenci
|
|||||||
|
|
||||||
**Dependencies**
|
**Dependencies**
|
||||||
|
|
||||||
All needed dependencies are in the "libs" folder of this repository. Extract the "portlibs.zip" archive into your devkitPro directory.
|
All needed dependencies are in the "loader/libs" folder of this repository. Extract the "portlibs.zip" archive into your devkitPro directory.
|
||||||
The archive includes:
|
The archive includes:
|
||||||
|
|
||||||
- zlib
|
- zlib
|
||||||
|
Loading…
Reference in New Issue
Block a user