wut/README.md

19 lines
411 B
Markdown
Raw Normal View History

2015-12-27 03:15:51 +01:00
# wut
Let's try make a Wii U Toolchain / SDK for creating rpx/rpl.
2015-12-27 03:18:13 +01:00
Licensed under the terms of the GNU General Public License, version 2 or later (GPLv2+).
2015-12-27 03:15:51 +01:00
## Requirements
2016-01-06 00:39:24 +01:00
- devkitPRO + devkitPPC
- Only tested on Linux so far
2015-12-27 03:15:51 +01:00
## Usage
2016-01-06 00:39:24 +01:00
- git clone https://github.com/decaf-emu/wut.git
- cd wut
- export devkitPRO=...
- export devkitPPC=...
- export WUT_ROOT=$PWD
- make install
- cd samples/helloworld
- make