Setting up Development Environment: Difference between revisions
WinterMute (talk | contribs) No edit summary |
m Fixed dead link to latest DKP perl script |
||
Line 32: | Line 32: | ||
* Next, we need to download, make executable and run the devkitARM updater (don't worry, the updater is also the installer.) | * Next, we need to download, make executable and run the devkitARM updater (don't worry, the updater is also the installer.) | ||
<pre> | <pre> | ||
curl -L https:// | curl -L https://github.com/devkitPro/installer/releases/download/v2.2.1/devkitARMupdate.pl -o devkitARMupdate.pl | ||
chmod +x ./devkitARMupdate.pl | chmod +x ./devkitARMupdate.pl | ||
sudo ./devkitARMupdate.pl /opt/devkitpro | sudo ./devkitARMupdate.pl /opt/devkitpro |