add arm-none-eabi-newlib to required arch linux packages

This commit is contained in:
Flit
2025-11-19 21:10:06 -05:00
committed by Philipp AUER
parent ff230c7603
commit 7b6bdab12a

View File

@@ -339,7 +339,7 @@ Then proceed to [Choosing where to store pokeemerald (Linux)](#choosing-where-to
### Arch Linux ### Arch Linux
Run this command as root to install the necessary packages: Run this command as root to install the necessary packages:
```bash ```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). Then proceed to [Choosing where to store pokeemerald (Linux)](#choosing-where-to-store-pokeemerald-linux).
<details> <details>