Fedora install instructions (#8355)
This commit is contained in:
parent
8355164b97
commit
b037a0eccc
@ -32,6 +32,7 @@ Distributions with instructions:
|
||||
- [Debian](docs/install/linux/DEBIAN.md)
|
||||
- [Arch Linux](docs/install/linux/ARCH_LINUX.md)
|
||||
- [NixOS](docs/install/linux/NIXOS.md)
|
||||
- [Fedora](docs/install/linux/FEDORA.md)
|
||||
|
||||
Other distributions have to infer what to do from [general instructions](docs/install/linux/OTHERS.md).
|
||||
|
||||
|
||||
6
docs/install/linux/FEDORA.md
Normal file
6
docs/install/linux/FEDORA.md
Normal file
@ -0,0 +1,6 @@
|
||||
# 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
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user