Actualiser README.md
This commit is contained in:
22
README.md
22
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
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user