Installation - jam1garner/cargo-mextk GitHub Wiki

First up you'll need to install Rust and DevkitPPC.

Rust Installation Instructions: https://doc.rust-lang.org/book/ch01-01-installation.html

DevkitPPC install instructions:

Installing cargo-mextk

Windows

Use the latest installer on the Releases page

Linux/MacOS

On Linux/MacOS there are two ways to install. If a binary release is provided, simply copy it into folder added to path. Otherwise you'll need to install from source.

Install From Source

Requirements:

Install latest build from crates.io (recommended):

cargo install cargo-mextk

Install latest build from github:

cargo install --git https://github.com/jam1garner/cargo-mextk