浏览代码

Add SDL runtime dependency instruction

DricomDragon 4 年之前
父节点
当前提交
06f32cf410
共有 1 个文件被更改,包括 9 次插入0 次删除
  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.