libreshop_client/README.md

27 lines
674 B
Markdown
Raw Permalink Normal View History

# LibreShop
2023-07-20 18:16:00 +00:00
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
```