From 2e51b9918d0969b2a3857a8896017b3c44681ee6 Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 14 May 2019 22:29:02 +0200 Subject: [PATCH] Update Readme: bulding instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecfd13e..3c5737b 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,14 @@ This means it's not possible to combine this with other homebrews (yet). Information on how to create plugin can be found in the [wiki](https://maschell.github.io/WiiUPluginSystem/dev_plugin_creation_overview.html). ## Building +Make sure the toolchain is uptodate `pacman -Syu devkitPPC devkitARM vim general-tools` For building you need: +- [libiosuhax](https://github.com/dimok789/libiosuhax) (Build WITHOUT the WUT flag set.) +- [libfat](https://github.com/Maschell/libfat/) (Build with `make wiiu-release && make wiiu-install`) - [dynamic_libs](https://github.com/Maschell/dynamic_libs/tree/lib) for access to the functions. -- [libutils](https://github.com/Maschell/libutils) for common functions. +- [libutils](https://github.com/Maschell/libutils) for common functions. +- [libgui](https://github.com/Maschell/libgui) for the gui elements. Install them (in this order) according to their README's. Don't forget the dependencies of the libs itself.