How to install SDL on Windows 8.1 and connect it to Visual Studio Community 2013

I need to install SDL and apply it to my Visual Studio if possible. So far, I've downloaded the source code, Runtime Binaries (Windows x64 and Visual C ++ SDL Development Libraries.

What should I do after this? The download files just sit on my computer. Sorry, I am completely new to this.

+3


source to share


1 answer


In Visual Studio, you can use C / C ++ libraries like SDL2

by adding the include

folder that contains the header files and lib

that contains the library files in your project settings. There is a visual tutorial here:



http://www.willusher.io/sdl2%20tutorials/2013/08/15/lesson-0-visual-studio/

+1


source







All Articles