Add README.md

This commit is contained in:
FailedShack 2019-04-19 00:12:08 +02:00
parent e68f9b3802
commit 9af332da9e

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# USBHelperInstaller
USBHelperInstaller is a setup utility for Wii U USB Helper and USBHelperLauncher.
Wii U USB Helper builds are retrieved from [this](https://archive.org/details/WiiUUSBHelper) collection hosted by archive.org.
# Building
To build this project you must install [NSIS](https://nsis.sourceforge.io/Download). Once installed, you must also set-up the following plug-ins:
* [INetC](https://nsis.sourceforge.io/Inetc_plug-in)
* [nsArray](https://nsis.sourceforge.io/Arrays_in_NSIS#nsArray_plug-in)
* [Nsisunz](https://nsis.sourceforge.io/Nsisunz_plug-in)
* [NsJSON](https://nsis.sourceforge.io/NsJSON_plug-in)
* [XML](https://nsis.sourceforge.io/XML_plug-in)
Download each one of them and extract them to your NSIS installation directory.