From 31daba66f1701139d00de9f6cb297079e14cfd25 Mon Sep 17 00:00:00 2001 From: blz Date: Thu, 5 Mar 2026 09:13:46 +1100 Subject: [PATCH] Actualiser README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 140a096..71c9ba3 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,24 @@ Génération d'images à la "jeu de la vie" écrit en C. # dnf install SDL_image-devel ``` +## Debian : +``` +# apt install gcc +# apt install libsdl-image1.2 +# dnf install libsdl-image1.2-dev +# apt-get install libsdl1.2-compat ( might be needed, or not ) +``` + - - - - - - - # Compiling + +## Fedora / RedHat : ``` $ gcc `sdl-config --cflags --libs` glisseur_10.c -o glisseur_10 ``` +## Debian +`` - - - - - - - # Running ``` @@ -48,4 +60,3 @@ Update the direction adding parameters, check examples from line 158 to line 205 # Let's glide ! ![glider-pixel](/glider_pixel.png) -