commit | e49977a913555dc1e3fa2e34183107a45a7d8f4c | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Wed Jul 08 11:08:58 2015 -0600 |
committer | ocornut <omarcornut@gmail.com> | Wed Jul 08 11:08:58 2015 -0600 |
tree | 44fa5435e9f64f36cb7a7b9ff6ae1097200ed9f9 | |
parent | a14f6696a3e52d81127175fcc32c7c1df3fc92dd [diff] |
SDL example: hasty readme.
diff --git a/examples/sdl_opengl_example/README.md b/examples/sdl_opengl_example/README.md new file mode 100644 index 0000000..de553f3 --- /dev/null +++ b/examples/sdl_opengl_example/README.md
@@ -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 +```