perl scripts/devkit_install.pl
curl https://sh.rustup.rs -sSf | sh
rustup toolchain install nightly
rustup default nightly
rustup target add arm-unknown-linux-gnueabi
rustup component add rust-src
cargo install xargo
# Build a ROM
cd rom-example
make
Generated rom will be named out/game.gba
# Misc
Base was taken form this github : https://github.com/tbelaire/rusty-TONC