Topic: 0.7 SDL2 Installer
Hello dear Teeworlds community!
As a request of some of my fellow programmer friends, I made a little batch script that automatically downloads and installs the SDL2 librairy!
Yes, i know, batch isn't any good, blabla. I made it to make it easyer and faster to setup a new project. And yes, i know that it'll only work on windows machines, and thats exactly why I made it. Linux mahines seem to download SDL2 automatically, so I wanted to make it easyer for Windows user too.
And yes, I hear you yell already "But Blaaaaaade!? What about Mac users!?". Honestly, I don't care about you guys. Unworthy yous! Either use Linux or Windows, but not the freaking prefix of Mac Donalds!
Anyways, here you have it :
Juste place the script in the source folder you wish, execute it, and chose one of the options!
Oh, and before i forget, you need 7-Zip for it to work. Link is in the script under the "a" option.
// Edit : Update :
Update to 0.2.
Fixed SDL version issue (Still not sure if it works how it should, let me know what version of SDL you're using!)
Fixed way too many syntax errors, can't believe it worked before..
Changed the unzipping tool. You no longer need to have 7zip installed, it downloads a standalone version for the time it need it.
Added the "ra" command which clears everything back to normal. (Removes all SDL files without deleting sdl.lua and VERSION.)
Added the version number under "a".
Downloading and installing now properly work independently of each other.
Complete installation now cleans after itself. No more temp files! Yay!
: // Blade