# 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.](https://devkitpro.org/wiki/Getting_Started) 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 ```