This is an old revision of the document!


Nintendon't for Wii

This is the process to build Nintendon't for the Wii.

With a custom version we may patch the source to support USB controllers such as the Microsoft precision steering wheel which has greater than the 8-bit resolution supported as standard.

Install devkitPro

cd $HOME
mkdir devkitPro
cd devkitPro
wget http://downloads.sourceforge.net/project/devkitpro/Automated%20Installer/devkitARMupdate.pl
wget http://downloads.sourceforge.net/project/devkitpro/Automated%20Installer/devkitPPCupdate.pl
perl devkitARMupdate.pl
perl devkitPPCupdate.pl

Configure environment

setenv DEVKITPRO $HOME/devkitPro
setenv DEVKITPPC $HOME/devkitPro/devkitPPC
setenv DEVKITARM $HOME/devkitPro/devkitARM

Build Nintendon't

git clone https://github.com/FIX94/Nintendont.git
cd Nintendont
sh Build.sh
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information