Actualiser README.md
This commit is contained in:
13
README.md
13
README.md
@@ -14,12 +14,24 @@ Génération d'images à la "jeu de la vie" écrit en C.
|
|||||||
# dnf install SDL_image-devel
|
# 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
|
# Compiling
|
||||||
|
|
||||||
|
## Fedora / RedHat :
|
||||||
```
|
```
|
||||||
$ gcc `sdl-config --cflags --libs` glisseur_10.c -o glisseur_10
|
$ gcc `sdl-config --cflags --libs` glisseur_10.c -o glisseur_10
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Debian
|
||||||
|
``
|
||||||
- - - - - - -
|
- - - - - - -
|
||||||
# Running
|
# Running
|
||||||
```
|
```
|
||||||
@@ -48,4 +60,3 @@ Update the direction adding parameters, check examples from line 158 to line 205
|
|||||||
# Let's glide !
|
# Let's glide !
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user