Was supposed to be a linux distribution, now just a collection of build scripts for packages on top of (ideally) any distribution.
 
 
 
 
 

3 lines
106 B

export DEVKITPRO='%DEVKITPRO%'
export DEVKITARM="$DEVKITPRO/devkitARM"
export PATH="$PATH:$DEVKITARM/bin"