wut/README.md

21 lines
475 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+).
2016-01-07 17:17:42 +01:00
Doxygen output can be found at https://decaf-emu.github.io/wut
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