README: Wii U version can be built without wiiu-fling libs

This commit is contained in:
Maschell 2020-08-30 16:53:28 +02:00
parent 9562189313
commit 651214c0d6
1 changed files with 1 additions and 3 deletions

View File

@ -19,10 +19,8 @@ make -f .\Makefile.pc-win
## Wii U
Install these libs from [wiiu-fling](https://gitlab.com/QuarkTheAwesome/wiiu-fling#installing):
- `pacman -S wiiu-fling/wiiu-sdl2 wiiu-fling/wiiu-sdl2_gfx wiiu-fling/wiiu-sdl2_image wiiu-fling/wiiu-sdl2_ttf`
And these from [dkp-libs](https://devkitpro.org/wiki/devkitPro_pacman):
- `pacman -S devkitPPC wut-tools wut wiiu-portlibs dkp-libs/wiiu-sdl2_mixer`
- `(dkp)pacman -S devkitPPC wut-tools wut wiiu-portlibs wiiu-sdl2-libs`
Build via:
`make -f Makefile.wiiu`