This is a homebrew pong-clone for Nintendo DS. To compile the source code, you can use the supported Makefile. You will need to set up devkitPRO-environment with devkitARM- and libnds-library. Files can be found here: http://sourceforge.net/projects/devkitpro/
We assume gcc is configured. Download devkitPRO, devkitARM, libnds and libnds-maxmod.
- If not exists, create a folder /etc/devkitPRO
- Extract devkitARM into a subdirectory to /etc/devkitPRO/devkitARM
- Extract libnds and libnds-maxmod to /etc/devkitPRO/libnds
- Set DEVKITPRO and DEVKITARM as globals (e.g. in your .bashrc: export DEVKITPRO=/etc/devkitPRO export DEVKITARM=${DEVKITPRO}/devkitARM
Tobias Dreyer
Oliver Lorenz
Florian Purchess