SDL example: hasty readme.

This commit is contained in:
ocornut 2015-07-08 11:08:58 -06:00
parent a14f6696a3
commit e49977a913
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# How to Build
- On Windows with Visual Studio's CLI
\<sdl2path\> is your SDL2 folder.
```
cl /MD /I <sdl2path\include> /I ..\.. main.cpp imgui_impl_sdl.cpp ..\..\imgui.cpp /link /LIBPATH:<sdl2path\lib> SDL2.lib SDL2main.lib
```