From b00b2e605e5f8ad0a33f2777d1f3f7852f43f375 Mon Sep 17 00:00:00 2001 From: blz Date: Thu, 5 Mar 2026 03:52:39 +1100 Subject: [PATCH] Actualiser README.md --- README.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fbbf8e7..8f5ce92 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,23 @@ Génération d'images à la "jeu de la vie" écrit en C. "Game of life" like image generation written in C. - - - - - - - - -- Installation - -- - - - - - - - +# Installation - -Fedora / RedHat : +## Fedora / RedHat : +``` # dnf install gcc -# dnf install \ No newline at end of file +# dnf install SDL_image +# dnf install SDL_image-devel +``` + +- - - - - - - - +# Compiling - +``` +$ gcc `sdl-config --cflags --libs` glisseur_10.c -o glisseur_10 +``` + +- - - - - - - - +# Runing - +``` +$ ./sdl-glisseur_10 +``` \ No newline at end of file