Add Frederik as author, add dependencies for Fedora

This commit is contained in:
Federico Amedeo Izzo 2020-10-31 09:49:22 +01:00 committed by Niccolò Izzo
parent 4cdc51a36b
commit 4249047cb1
1 changed files with 14 additions and 1 deletions

View File

@ -21,11 +21,18 @@ The following steps depend on the selected platform:
### Linux ### Linux
The OpenRTX linux build depends on libSDL, on Ubuntu you can install it with: The OpenRTX linux build depends on libSDL,
on Ubuntu you can install it with:
``` ```
sudo apt install gcc pkg-config libsdl2-dev sudo apt install gcc pkg-config libsdl2-dev
``` ```
on Fedora you need:
```
sudo dnf install meson SDL2-devel
```
The firmware can be compiled with: The firmware can be compiled with:
``` ```
@ -52,6 +59,11 @@ For example on Ubuntu you can install `arm-none-eabi-gcc`
sudo apt install gcc-arm-none-eabi sudo apt install gcc-arm-none-eabi
``` ```
on Fedora you need:
```
sudo dnf install arm-none-eabi-gcc-cs
```
You can then proceed in building the firmware: You can then proceed in building the firmware:
``` ```
@ -106,6 +118,7 @@ OpenRTX was created by:
- Niccolò Izzo IU2KIN <n@izzo.sh> - Niccolò Izzo IU2KIN <n@izzo.sh>
- Silvano Seva IU2KWO <silseva@fastwebnet.it> - Silvano Seva IU2KWO <silseva@fastwebnet.it>
- Federico Amedeo Izzo IU2NUO <federico@izzo.pro> - Federico Amedeo Izzo IU2NUO <federico@izzo.pro>
- Frederik Saraci IU2NRO <frederik.saraci@gmail.it>
All this was made possible by the huge reverse engineering effort of All this was made possible by the huge reverse engineering effort of
Travis Goodspeed and all the contributors of [md380tools](https://github.com/travisgoodspeed/md380tools). Travis Goodspeed and all the contributors of [md380tools](https://github.com/travisgoodspeed/md380tools).