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