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:
- Rust - https://www.rust-lang.org/tools/install
- LLVM (for libclang)
- Windows:
choco install llvm
- MacOS:
brew install llvm
- Ubuntu/Debian/etc -
sudo apt install libclang-10-dev
- Windows:
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