From 428a21fb6de307cab536f2fdb6977cc4ca147dff Mon Sep 17 00:00:00 2001 From: Michael Chen Date: Wed, 27 Dec 2017 19:25:52 +0100 Subject: [PATCH] Update dependencies --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5245a84..e50f59e 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,12 @@ Default controls: Accelerate: W Turn left: A Turn right: D - Shoot: SPACE \ No newline at end of file + Shoot: SPACE + +Installation Guide: + + You need SDL2.dll, SDL2_ttf.dll and SDL2_image in the working directory of the compiled executable to run it properly! + Download SDL 2.0: https://www.libsdl.org/download-2.0.php + Download SDL2_image 2.0: https://www.libsdl.org/projects/SDL_image/ + Download SDL2_ttf 2.0: https://www.libsdl.org/projects/SDL_ttf/ + You for compilation you need the developement libraries (MinGW 32 or 64 bit)