although it is 3 years ago, I think it is better to write down Now [https://github.com/nim-lang/sdl2/wiki/Windows-Binaries](https://github.com/nim-lang/sdl2/wiki/Windows-Binaries) supplies DLL for windows 32bits
however, windows 64bits has been used for many years, so 1\. I can't open the link said in [https://forum.nim-lang.org/t/2730#19404](https://forum.nim-lang.org/t/2730#19404) 2\. ./configure failed to SDL version 2.0.0 by following [https://github.com/Danitegue/pcbasic_brewer/blob/master/HACKING.md](https://github.com/Danitegue/pcbasic_brewer/blob/master/HACKING.md) . Despite I have SDL2 2.0.10 installed. 3\. .vcpkg.exe install sdl2-gfx --triplet x64-windows, mentioned in [https://www.reddit.com/r/rust_gamedev/comments/am84q9/using_sdl2_gfx_on_windows](https://www.reddit.com/r/rust_gamedev/comments/am84q9/using_sdl2_gfx_on_windows)/ by StrangePeopleGames, still failed 4\. finally, I use VC to get the dll as [https://github.com/Danitegue/pcbasic_brewer/blob/master/HACKING.md](https://github.com/Danitegue/pcbasic_brewer/blob/master/HACKING.md) says
