diff --git a/README.md b/README.md index 499785b6..45141787 100644 --- a/README.md +++ b/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 - Silvano Seva IU2KWO - Federico Amedeo Izzo IU2NUO +- Frederik Saraci IU2NRO 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).