2025-11-27 21:10:58 +01:00

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
```