Fix the dependency list in the README

This commit is contained in:
Maschell 2018-07-13 19:23:42 +02:00
parent 456591bcff
commit 3ac08d2109

View File

@ -14,8 +14,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.