diff --git a/README.MD b/README.MD index 398c65c..cad1868 100644 --- a/README.MD +++ b/README.MD @@ -1,4 +1,4 @@ -# Plugin system for the Wii U. (WIP) +# Plugin system for the Wii U. (WIP) [![Build Status](https://api.travis-ci.org/Maschell/WiiUPluginSystem.svg?branch=master)](https://travis-ci.org/Maschell/WiiUPluginSystem) I decided to make this entirely public, so everbody can contribute. @@ -107,7 +107,19 @@ This is just an short overview. Look at the issued for detailed information. - Running on which FW - arguments? - ??? - + +# How to build + +For building you need: +- [dynamic_libs](https://github.com/Maschell/dynamic_libs/tree/lib) for access to the functions. +- [libutils](https://github.com/Maschell/libutils) for common functions. + +Also install this plugin system with. +``` +make +``` + +then you can build the example_plugin. # Similar projects diff --git a/loader/README.md b/loader/README.md index d2a0997..9d2b352 100644 --- a/loader/README.md +++ b/loader/README.md @@ -1,4 +1,4 @@ -# Wii U Plugin Loader (HBL version) [![Build Status](https://api.travis-ci.org/Maschell/WiiUPluginSystem.svg?branch=master)](https://travis-ci.org/Maschell/WiiUPluginSystem) +# Wii U Plugin Loader [![Build Status](https://api.travis-ci.org/Maschell/WiiUPluginSystem.svg?branch=master)](https://travis-ci.org/Maschell/WiiUPluginSystem) ## Building