From 7b6bdab12a2db0c480691ff5c3f96677bb477f2d Mon Sep 17 00:00:00 2001 From: Flit <8645405+FlitPix@users.noreply.github.com> Date: Wed, 19 Nov 2025 21:10:06 -0500 Subject: [PATCH] add arm-none-eabi-newlib to required arch linux packages --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 1cca7f8ae6..e6457dbb42 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -339,7 +339,7 @@ Then proceed to [Choosing where to store pokeemerald (Linux)](#choosing-where-to ### Arch Linux Run this command as root to install the necessary packages: ```bash -pacman -S base-devel arm-none-eabi-binutils git libpng +pacman -S base-devel arm-none-eabi-binutils arm-none-eabi-newlib git libpng ``` Then proceed to [Choosing where to store pokeemerald (Linux)](#choosing-where-to-store-pokeemerald-linux).