From fd0b29502c578401cafae7b43728e492dda596ea Mon Sep 17 00:00:00 2001 From: Maximilian Mustermann Date: Mon, 8 Jan 2018 00:35:19 +0100 Subject: [PATCH] Easy compiling instructions added --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da1fbd9..cd108ce 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,12 @@ Default controls: Move left: A or Left Arrow Key Move left: D or Right Arrow Key -Installation Guide: +Compilation: + + Just run the Makefile! :) + Notice: When compiling with an executable other than gcc.exe you need to adjust this in the Makefile! + +Deprecated 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