mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-27 04:17:21 -05:00
e8b6b9b30860965e0506afe23679d9c93cd1dc24
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+).
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%