Quellcode durchsuchen

Add SDL runtime dependency instruction

DricomDragon vor 4 Jahren
Ursprung
Commit
06f32cf410
1 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -2,6 +2,15 @@
 
 A remake of pong up to 4 players
 
+# Run
+
+You need `SDL1` runtime to run distributable executable.
+
+```sh
+$ sudo apt install libsdl1.2debian
+$ ./pongcircle
+```
+
 # Build
 
 You need `make` and `SDL1` to build this project.