diff --git a/examples/sdl_opengl_example/README.md b/examples/sdl_opengl_example/README.md new file mode 100644 index 000000000..de553f304 --- /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 +```