Update README.md

This commit is contained in:
James 2016-01-05 23:39:24 +00:00
parent 83e6b4c004
commit 9f6e28ea92

View File

@ -4,7 +4,15 @@ Let's try make a Wii U Toolchain / SDK for creating rpx/rpl.
Licensed under the terms of the GNU General Public License, version 2 or later (GPLv2+).
## Requirements
devkitPPC
- devkitPRO + devkitPPC
- Only tested on Linux so far
## Usage
Try typing make and see if it works.
- 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