mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-29 05:35:33 -05:00
7 lines
223 B
Markdown
7 lines
223 B
Markdown
# Arch Linux instructions
|
|
## Installing dependencies
|
|
Run the following command from the command line:
|
|
```console
|
|
sudo pacman -S base-devel arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib git libpng python
|
|
```
|