Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

devkitARM

The bare minimum to build GBA, NDS, GP32 and 3DS homebrews.

Usage

docker run --rm -it -v $(pwd):/source greatwizard/devkitarm

Examples

devkitPro is installed in /opt/devkitPro with examples for the GBA, the NDS, the GP32 and the 3DS in the examples directory. You can find several folders to demonstrate how to use various capabilities of the systems. To build an example, cd into its directory and run make.

Credits

Base code come from cromo's dockerfile repo.