Problems installing Common Lisp Sketch into Windows 10
I had trouble getting through errors for missing SDL DLL's and an FFI.H file while installing sketch with quicklisp. Posting my solution for this Windows 10 specific trouble, maybe there are other solutions too. I ended up using Chocolatey and Cmder for my mingw64 environment. This is what I had to do in order to get through several errors for missing SDL DLL's and FFI.H header. 1. Install Cmder using Chocolatey: https://chocolatey.org/packages/Cmder 2. Download and copy all the SDL, SDL_image and SDL_ttf DLL's to SBCL's .exe folder: a. https://www.libsdl.org/download-2.0.php b. https://www