From 651214c0d65057231969e25417e8812579b2226f Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 30 Aug 2020 16:53:28 +0200 Subject: [PATCH] README: Wii U version can be built without wiiu-fling libs --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 75fa377..7558eef 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file