From e8cda9807b56d3bc2a4716fc9461132305b28ef5 Mon Sep 17 00:00:00 2001 From: NoisyFlake <12649723+NoisyFlake@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:59:30 +0100 Subject: [PATCH] Update INSTALL.md Add installation instructions for Arch Linux --- INSTALL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index ede0b41832..385076c61d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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). +### 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!)_