Browse Source

Add instructions for distribution

DricomDragon 4 years ago
parent
commit
d4970afc21
1 changed files with 14 additions and 1 deletions
  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
+```