Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openshopchannel/libreshop-client
Wii Homebrew downloader. Powered by Open Shop Channel
https://github.com/openshopchannel/libreshop-client
homebrew nintendo wii wii-homebrew wiiu
Last synced: about 1 month ago
JSON representation
Wii Homebrew downloader. Powered by Open Shop Channel
- Host: GitHub
- URL: https://github.com/openshopchannel/libreshop-client
- Owner: OpenShopChannel
- License: gpl-3.0
- Created: 2024-04-27T19:59:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T12:34:41.000Z (4 months ago)
- Last Synced: 2024-10-29T16:20:37.620Z (about 2 months ago)
- Topics: homebrew, nintendo, wii, wii-homebrew, wiiu
- Language: C
- Homepage: https://oscwii.org/library/app/libreshop
- Size: 60.5 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libreshop-client
Wii Homebrew downloader. Powered by Open Shop Channel
### Build instructions
Before building, install these dependencies:
```
pacman -S ppc-zip ppc-jansson wii-winyl ppc-yuarel
```
You will need to add the [nez-wii](https://wii.nezbednik.eu.org) pacman repository.```
./data/create_acknowledgements
make
cp libreshop-client.dol libreshop/boot.dol
cp data/default_config.json libreshop/config.json
zip -r libreshop.zip libreshop/
```