mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-05 02:15:09 +01:00
[General] Updated readmes
Added building option for the lib itself, and adde travis status
This commit is contained in:
parent
e4ba75be70
commit
254531a7cc
16
README.MD
16
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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user