/wup-installer-gx2-wuhb-zh

WUPinstallerGX2 WUHB中文版

Primary LanguageC++GNU General Public License v3.0GPL-3.0

WUP Installer GX2 WUHB

This a WUHB port of WUP Installer GX2 which can be found here

Bulding

Makefile

To build this application using make, you will need wut and the following devkitPro packages: ppc-zlib ppc-libmad ppc-libogg ppc-libgd ppc-freetype ppc-libjpeg-turbo ppc-libpng ppc-libvorbisidec ppc-glm ppc-bzip2

Once the dependencies are installed just run make and use the resulting .wuhb file.

Dockerfile

To build this application using docker, run the following commands:

docker build . -t wupgx2
docker run -it --rm -v ${PWD}:/app wupgx2

You can then use the resulting .wuhb file.

Credits

A big thanks goes out to brienj for creating the original rpx port of WUP Installer GX2, and Gary for making the Wii U controller mod version.

Also to Yardape8000 for creating the wup installer y mod which WUP Installer GX2 was based on. His repo.

And of course dimok who created the original apps HBL and Loadiine which use the same base, as well as the original wupinstaller, and Maschell for creating the new Aroma environment and all the other amazing work he's done for the community. Big thanks to them as well.