mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-16 15:49:23 +01:00
d6ee498a16
Added an empty project for the loader. This just logs a short string over udp.
10 lines
495 B
Markdown
10 lines
495 B
Markdown
# Wii U Plugin Loader (HBL version) [![Build Status](https://api.travis-ci.org/Maschell/WiiUPluginSystem.svg?branch=master)](https://travis-ci.org/Maschell/WiiUPluginSystem)
|
|
|
|
## Building
|
|
|
|
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.
|
|
|
|
Install them (in this order) according to their README's. Don't forget the dependencies of the libs itself.
|