浏览代码

Add instructions for distribution

DricomDragon 4 年之前
父节点
当前提交
d4970afc21
共有 1 个文件被更改,包括 14 次插入1 次删除
  1. 14 1
      README.md

+ 14 - 1
README.md

@@ -2,7 +2,7 @@
 
 Race a rainbow line and dodge rainbow blocs !
 
-# Build
+## Build
 
 You need `make` and `SDL1` to build this project.
 
@@ -16,3 +16,16 @@ To execute :
 ```sh
 $ make exec
 ```
+
+## Distribute
+
+You can compile distributable binaries by invoking `make dist`.
+This target create the folder `dist` when you'll find various archives to distribute.
+
+For Linux clients, these dynamic libraries are required : _SDL 1.2_ and _SDL GFX 1.2_.
+
+To install them on Ubuntu/Debian :
+
+```sh
+sudo apt install libsdl1.2debian libsdl-gfx1.2-5
+```