Fix the dependency list in the README

This commit is contained in:
Maschell 2018-07-13 19:18:05 +02:00
parent 327f1e08e5
commit 0790290bca
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ When the file is placed on the SDCard you can load it with [plugin loader](https
For building you need:
- [wups](https://github.com/Maschell/WiiUPluginSystem)
- [dynamic_libs](https://github.com/Maschell/dynamic_libs/tree/lib) for access to the functions.
- [libutils](https://github.com/Maschell/libutils) for common functions.
- [wut](https://github.com/decaf-emu/wut)
- [libutilswut](https://github.com/Maschell/libutils/tree/wut) (WUT version) for common functions.
Install them (in this order) according to their README's. Don't forget the dependencies of the libs itself.