From 254531a7cc1a216b98cc3a19cc8308cc5b1813b0 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 4 Feb 2018 10:31:42 +0100 Subject: [PATCH] [General] Updated readmes Added building option for the lib itself, and adde travis status --- README.MD | 16 ++++++++++++++-- loader/README.md | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) 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