2015-12-27 02:15:51 +00:00
|
|
|
# wut
|
|
|
|
Let's try make a Wii U Toolchain / SDK for creating rpx/rpl.
|
|
|
|
|
2015-12-27 02:18:13 +00:00
|
|
|
Licensed under the terms of the GNU General Public License, version 2 or later (GPLv2+).
|
|
|
|
|
2015-12-27 02:15:51 +00:00
|
|
|
## Requirements
|
2016-01-05 23:39:24 +00:00
|
|
|
- devkitPRO + devkitPPC
|
|
|
|
- Only tested on Linux so far
|
2015-12-27 02:15:51 +00:00
|
|
|
|
|
|
|
## Usage
|
2016-01-05 23:39:24 +00: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
|