mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-15 06:36:01 -05:00
67cc02c52bde0ce96b31e8fb2039698a66d18565
wut
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+).
Doxygen output can be found at https://decaf-emu.github.io/wut
Requirements
- devkitPRO + devkitPPC
- Only tested on Linux so far
Usage
- 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
Description
Languages
C
69.9%
C++
29.5%
Makefile
0.4%
CMake
0.1%
Assembly
0.1%