Created
October 5, 2018 01:45
-
-
Save whoo24/2b583a1585b04abc487aeb80de9d6033 to your computer and use it in GitHub Desktop.
Downloading sdl2 dev libs using powershell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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