wut/README.md

21 lines
503 B
Markdown
Raw Normal View History

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 23:57:01 +01:00
- Tested on Linux, OS X and cygwin on Windows
2015-12-27 02:15:51 +00:00
## Usage
- 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