Line 21: |
Line 21: |
| Currently devkitPro provides precompiled versions of devkitARM for the following Unix-like platforms: Linux (x86/x64), macOS (universal binary). Note that Linux x64 binaries are usable under WSL. | | Currently devkitPro provides precompiled versions of devkitARM for the following Unix-like platforms: Linux (x86/x64), macOS (universal binary). Note that Linux x64 binaries are usable under WSL. |
| | | |
− | * First, you need to install curl so the installer can download the devkitARM packages, and you should also install Git - you'll need it to update libctru or share your code on GitHub, among many other things. | + | * First, you need to install curl so the installer can download the devkitARM packages, and you should also install Git - you'll need it to update libctru or share your code on GitHub, among many other things. If you are running Linux, you'll also need wget; it comes preinstalled on most distributions, but not all. |
| | | |
| * 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: |
Line 27: |
Line 27: |
| ** 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> |
− | ** Arch Linux: <code>sudo pacman -S git curl</code> | + | ** Arch Linux: <code>sudo pacman -S git curl wget</code> |
| ** macOS: Download Git from [http://git-scm.com/download/mac] and install it. Curl is included with the OS. | | ** macOS: Download Git from [http://git-scm.com/download/mac] and install it. Curl is included with the OS. |
| | | |