Setting up Development Environment: Difference between revisions

Thejsa (talk | contribs)
m Add note that you don't actually have to be a Windows Insider to use WSL.
Phase (talk | contribs)
Unix-like platforms: Change SourceForge link to GitHub link for Perl installer
Line 31: Line 31:
* 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 http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitARMupdate.pl/download -o devkitARMupdate.pl
curl -L https://raw.githubusercontent.com/devkitPro/installer/master/perl/devkitARMupdate.pl -o devkitARMupdate.pl
chmod +x ./devkitARMupdate.pl
chmod +x ./devkitARMupdate.pl
sudo ./devkitARMupdate.pl /opt/devkitpro
sudo ./devkitARMupdate.pl /opt/devkitpro