Skip to content

Instantly share code, notes, and snippets.

@whoo24
Created October 5, 2018 01:45
Show Gist options
  • Save whoo24/2b583a1585b04abc487aeb80de9d6033 to your computer and use it in GitHub Desktop.
Save whoo24/2b583a1585b04abc487aeb80de9d6033 to your computer and use it in GitHub Desktop.
Downloading sdl2 dev libs using powershell
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-WebRequest -Uri 'https://libsdl.org/release/SDL2-devel-2.0.8-VC.zip' -OutFile '.\SDL2-devel-2.0.8-VC.zip'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment