shithub: wipeout

Download patch

ref: 52bdfe3e8b6d8ec30d58faa1ee460096c623319d
parent: b484e85e7e40144b31eb329965dd603b0c931889
author: ekirchman <47666987+ekirchman@users.noreply.github.com>
date: Sun Aug 13 14:43:03 EDT 2023

Added build intructions for Fedora Linux

--- a/README.md
+++ b/README.md
@@ -17,6 +17,8 @@
 
 ### Linux
 
+#### Ubuntu
+
 ```
 # for SDL2 backend
 apt install libsdl2-dev libglew-dev
@@ -26,6 +28,20 @@
 ```
 # for Sokol backend
 apt install libx11-dev libxcursor-dev libxi-dev libasound2-dev
+make sokol
+```
+
+#### Fedora
+
+```
+# for SDL2 backend
+dnf install SDL2-devel glew-devel
+make sdl
+```
+
+```
+# for Sokol backend
+dnf install libX11-devel libXi-devel alsa-lib-devel glew-devel libXcursor-devel
 make sokol
 ```