mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-06 15:08:13 +01:00
Update README.md
This commit is contained in:
parent
83e6b4c004
commit
9f6e28ea92
12
README.md
12
README.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user