Hello World (SDL)

  1. Download and extract SDL 2 Development Libraries and SDL_image Development Libraries
  2. Open VS Command Prompt x64
  3. set SDLPATH=C:\Path\To\SDL\Root\Dir
  4. set SDLIMAGEPATH=C:\Path\To\SDL_Image\Root\Dir
  5. code .
  6. Create bin and obj dirs
  7. Build (Ctrl+Shift+B)
  8. Copy DLLs from %SDLPATH%\lib to the bin folder
  9. Copy DLLs from %SDLIMAGEPATH%\lib to the bin folder
  10. Run