Setting up Development Environment: Difference between revisions
m →Linux |
No edit summary |
||
Line 8: | Line 8: | ||
* Get ctrulib from Smealum's GitHub repository, build and install it. | * Get ctrulib from Smealum's GitHub repository, build and install it. | ||
<pre>curl -L http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitARMupdate.pl/download -o devkitARMupdate.pl | <pre>sudo apt-get install git curl | ||
curl -L http://sourceforge.net/projects/devkitpro/files/Automated%20Installer/devkitARMupdate.pl/download -o devkitARMupdate.pl | |||
chmod +x ./devkitARMupdate.pl | chmod +x ./devkitARMupdate.pl | ||
sudo -s | sudo -s |