As far as I understand, you can link to SDL2 statically by passing **\--define:SDL_Static** to the compiler. However, it seems to be broken if you use image or ttf modules:
* [https://github.com/nim-lang/sdl2/issues/87](https://github.com/nim-lang/sdl2/issues/87) * [https://github.com/nim-lang/sdl2/issues/88](https://github.com/nim-lang/sdl2/issues/88)
