1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00
imgui/examples/example_xlib_opengl3/README.md

246 B

How to Build

Linux and similar Unixes

Use our Makefile or directly:

c++ -I .. -I ../.. -I ../../backends
  main.cpp ../../backends/imgui_impl_xlib.cpp ../../backends/imgui_impl_opengl3.cpp ../../imgui*.cpp
   -lGL -lX11 -lXi -ldl