- make sure you have libgba and libtonc installed from devkitpro
echo -e '[dkp-libs]\nServer = https://downloads.devkitpro.org/packages' | sudo tee -a /etc/pacman.conf > /dev/null
echo -e '[dkp-linux]\nServer = https://downloads.devkitpro.org/packages/linux' | sudo tee -a /etc/pacman.conf > /dev/null
sudo pacman -Sy; and sudo pacman -S libtonc libgba maxmod-gba gba-tools
- run
source devkit/devkit-env.sh
before building - run the makefile to build an executable
- open
stepmania_advance.gba
in mgba or some other GBA emulator