mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
7 lines
254 B
Markdown
7 lines
254 B
Markdown
# Ubuntu instructions
|
|
## Installing dependencies
|
|
Open a terminal and run the following command from the command line:
|
|
```console
|
|
sudo apt install build-essential binutils-arm-none-eabi gcc-arm-none-eabi libnewlib-arm-none-eabi git libpng-dev python3
|
|
```
|