Bugs [#87](https://github.com/nim-lang/sdl2/issues/87) and [#88](https://github.com/nim-lang/sdl2/issues/88) are fixed. Instead of **\--define:SDL_Static** use **\--dynlibOverride:SDL2** now. Till SDL2 version 1.2 is released you have to install the version of the repository:
1. git clone [https://github.com/nim-lang/sdl2](https://github.com/nim-lang/sdl2) 2. cd sdl2 3. nimble install -y
