Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,13 @@ Then proceed to [Choosing where to store pokefirered (Linux)](#choosing-where-to
> [install devkitARM on Debian/Ubuntu-based distributions](#installing-devkitarm-on-debianubuntu-based-distributions).
</details>

### Arch-based distributions
Run the following command to install the necessary packages:
```bash
sudo pacman --needed -S base-devel arm-none-eabi-binutils git libpng
```
Then proceed to [Choosing where to store pokefirered (Linux)](#choosing-where-to-store-pokefirered-linux).

### Other distributions
_(Specific instructions for other distributions would be greatly appreciated!)_

Expand Down