From e49977a913555dc1e3fa2e34183107a45a7d8f4c Mon Sep 17 00:00:00 2001 From: ocornut Date: Wed, 8 Jul 2015 11:08:58 -0600 Subject: [PATCH] SDL example: hasty readme. --- examples/sdl_opengl_example/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/sdl_opengl_example/README.md diff --git a/examples/sdl_opengl_example/README.md b/examples/sdl_opengl_example/README.md new file mode 100644 index 00000000..de553f30 --- /dev/null +++ b/examples/sdl_opengl_example/README.md @@ -0,0 +1,10 @@ + +# How to Build + +- On Windows with Visual Studio's CLI + +\ is your SDL2 folder. + +``` +cl /MD /I /I ..\.. main.cpp imgui_impl_sdl.cpp ..\..\imgui.cpp /link /LIBPATH: SDL2.lib SDL2main.lib +```