mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-19 05:37:26 -05:00
12 lines
267 B
Markdown
12 lines
267 B
Markdown
# Instructions for other distributions
|
|
1. Try to find the required software in its repositories:
|
|
- `gcc`
|
|
- `g++`
|
|
- `arm-none-eabi-gcc`
|
|
- `arm-none-eabi-binutils`
|
|
- `arm-none-eabi-newlib`
|
|
- `make`
|
|
- `git`
|
|
- `libpng-dev`
|
|
- `python3`
|