Update dependencies

This commit is contained in:
Michael Chen 2017-12-27 19:25:52 +01:00
parent f0fe616410
commit 428a21fb6d
1 changed files with 9 additions and 1 deletions

View File

@ -8,4 +8,12 @@ Default controls:
Accelerate: W
Turn left: A
Turn right: D
Shoot: SPACE
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)