Nov 26, 2018 For more information, see Warnings, /sdl, and improving uninitialized variable detection. To set this compiler option in the Visual Studio development environment. Open the project's Property Pages dialog box. For details, see Set C compiler and build properties in Visual Studio. Select the C/C folder. Using SDL with Microsoft Visual C. Go into the VisualC directory and double-click on the Visual Studio solution for your version of Visual Studio, e.g. Feb 03, 2017 GitHub Source Code Link: Like our content and want to support us more directly? Help Us, Help You!
Clone repo
Setup vcpkg
Why do people like auto tuned music. If you've assigned it a key, you've got music.'
Run vcpkg install sdl2 sdl2-image sdl2-mixer
Generate the project using CMake, with -DCMAKE_TOOLCHAIN_FILE=C:/Users/User/Documents/GitHub/vcpkg/scripts/buildsystems/vcpkg.cmake
(replace with your installed location as prompted by vcpkg integrate install
Open the generated .sln
file using Visual Studio
Set the cdogs-sdl
project as the startup project
Press F5 to compile and run. You are ready to go!