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+).
|
|
|
|
|
2016-01-07 16:17:42 +00:00
|
|
|
Doxygen output can be found at https://decaf-emu.github.io/wut
|
|
|
|
|
2015-12-27 02:15:51 +00:00
|
|
|
## Requirements
|
2016-01-05 23:39:24 +00:00
|
|
|
- devkitPRO + devkitPPC
|
2016-08-14 13:48:06 +02:00
|
|
|
- Only tested on Linux and OS X so far
|
2015-12-27 02:15:51 +00:00
|
|
|
|
|
|
|
## Usage
|
2016-08-07 03:52:56 -04:00
|
|
|
- git clone --recursive https://github.com/decaf-emu/wut.git
|
2016-01-05 23:39:24 +00:00
|
|
|
- cd wut
|
|
|
|
- export devkitPRO=...
|
|
|
|
- export devkitPPC=...
|
|
|
|
- export WUT_ROOT=$PWD
|
|
|
|
- make install
|
|
|
|
- cd samples/helloworld
|
|
|
|
- make
|