Add Frederik as author, add dependencies for Fedora
This commit is contained in:
parent
4cdc51a36b
commit
4249047cb1
15
README.md
15
README.md
|
|
@ -21,11 +21,18 @@ The following steps depend on the selected platform:
|
|||
|
||||
### 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
|
||||
```
|
||||
|
||||
on Fedora you need:
|
||||
```
|
||||
sudo dnf install meson SDL2-devel
|
||||
```
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
on Fedora you need:
|
||||
```
|
||||
sudo dnf install arm-none-eabi-gcc-cs
|
||||
```
|
||||
|
||||
You can then proceed in building the firmware:
|
||||
|
||||
```
|
||||
|
|
@ -106,6 +118,7 @@ OpenRTX was created by:
|
|||
- Niccolò Izzo IU2KIN <n@izzo.sh>
|
||||
- Silvano Seva IU2KWO <silseva@fastwebnet.it>
|
||||
- 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
|
||||
Travis Goodspeed and all the contributors of [md380tools](https://github.com/travisgoodspeed/md380tools).
|
||||
|
|
|
|||
Loading…
Reference in New Issue