X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/f1d7d574283f445310b136a3867f41cb0fde6d88..e0c67c7f454e657a0ff0423cd70936feeebd8a48:/COMPILING.txt diff --git a/COMPILING.txt b/COMPILING.txt index 21782e2f..0d228c43 100644 --- a/COMPILING.txt +++ b/COMPILING.txt @@ -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]