aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-03-31 02:39:25 +0200
committerkdx <kikoodx@paranoici.org>2023-03-31 02:45:03 +0200
commit7e53dff35a5fbc8b7ed5c81f19564d3941816de4 (patch)
treecbaa3836dc4c0dfa725bc80c49e031ccb7494314 /README.md
parente46475cdd2e0a9cff9330ec88d08640f19164b42 (diff)
downloadtzr-7e53dff35a5fbc8b7ed5c81f19564d3941816de4.tar.gz
audio
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3b39710..34c3057 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ Ce `if` englobant `TZR_Init` est nécessaire pour gérer toute erreur éventuell
Nous pouvons maintenant compiler et lancer ce projet.
```sh
-$ gcc -o game main.c TZR.c -lSDL2
+$ gcc -o game main.c TZR.c -lSDL2 -lSDL2_image -lSDL2_mixer
```
L'exécutable `game` devrait apparaitre.