Setting up Development Environment: Difference between revisions
WinterMute (talk | contribs) Don't set path in .bashrc. devkitARM is not the only arm-none-eabi toolchain someone could potentially use. This is why the Makefiles use the other variable to set path |
No edit summary |
||
Line 24: | Line 24: | ||
* Find your way into a shell (eg. by opening a Terminal window), and follow the instructions for your OS: | * Find your way into a shell (eg. by opening a Terminal window), and follow the instructions for your OS: | ||
** Debian/Ubuntu/Linux Mint/WSL: <code>sudo apt-get install git curl</code> | ** Debian/Ubuntu/Linux Mint/Ubuntu on WSL: <code>sudo apt-get install git curl</code> | ||
** Fedora/CentOS/RHEL: <code>sudo yum install git curl</code> | ** Fedora/CentOS/RHEL: <code>sudo yum install git curl</code> | ||
** openSUSE: <code>sudo zypper install git curl</code> | ** openSUSE: <code>sudo zypper install git curl</code> |