[General] Updated readmes

Added building option for the lib itself, and adde travis status
This commit is contained in:
Maschell 2018-02-04 10:31:42 +01:00
parent e4ba75be70
commit 254531a7cc
2 changed files with 15 additions and 3 deletions

View File

@ -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

View File

@ -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