From 0dab44c5eb1b687354168faf9b09a35d09f1e5d9 Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Wed, 15 Sep 2021 11:45:58 +0200
Subject: [PATCH] DOC: Add the sdl2 image lib in the requirements in the README
 file

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 44d231af..380c5b42 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ For the module sdl2, you will need the folowing prerequisites:
 
 - the [mpv](https://mpv.io/) development library
 - the [sdl2](https://www.libsdl.org/) development library
+- the [sdl2-image](https://www.libsdl.org/projects/SDL_image/) development library
 
 For the module repo, you will need the folowing prerequisites:
 
-- 
GitLab