Actualiser README.md

This commit is contained in:
blz
2026-03-05 03:52:39 +11:00
parent b376eb8c1c
commit b00b2e605e

View File

@@ -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
# 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
```