COMPILING.txt: Request for the arm crosscompiler to be in the PATH

This commit is contained in:
izsh@fail0verflow.com 2010-02-26 13:49:49 +00:00
parent a63deed172
commit e0c67c7f45

View file

@ -50,6 +50,8 @@ You only need devkitARM, nothing more (no extra lib or anything else)
Assuming you installed it to C:\devkitpro, make sure you set
the DEVKITARM environment variable to /c/devkitPro/devkitARM :
export DEVKITARM=/c/devkitPro/devkitARM
Also, add its bin to your PATH:
export PATH=$PATH:$DEVKITARM/bin
6 - Install Strawberry Perl [6]