Wii Homebrew downloader
Go to file
2023-07-27 15:19:06 +03:00
source Merge branch 'main' into main 2023-07-21 13:48:12 +00:00
.gitignore add project specific rules to .gitignore 2023-07-20 21:59:45 +03:00
.gitmodules Add sandia library 2023-07-20 21:10:01 +02:00
LICENSE Initial commit 2023-07-20 18:16:00 +00:00
Makefile Add jansson.h + for-loop hack for header skip on http req 2023-07-21 09:47:59 +02:00
README.md add link to devkitpro's getting started page 2023-07-27 15:19:06 +03:00

LibreShop

LibreShop is a program that lets you download, update, and install homebrew software onto your Wii without even needing to touch a computer.

Development setup

First, install the devkitppc toolchain. Click here for a guide on how to do so.

Next, install all the dependencies.

# (dkp-)pacman -S ppc-jansson

In addition, you'll have to download the submodule dependencies.

$ git submodule init
$ git submodule update

Now all you need to do is edit, compile, and run!

$ make

If you have Wiiload installed and correctly setup, you can use it with the following command:

$ make run