mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-19 05:37:26 -05:00
7 lines
251 B
Markdown
7 lines
251 B
Markdown
# Fedora instructions
|
|
## Installing dependencies
|
|
Open a terminal and run the following command from the command line:
|
|
```console
|
|
sudo dnf install gcc g++ arm-none-eabi-binutils-cs arm-none-eabi-gcc-cs arm-none-eabi-newlib git libpng-devel python3
|
|
```
|