How to compile GLFW Vulkan example on Linux #3838
stefanos82
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment 1 reply
-
Try: git clone https://github.com/glfw/glfw
git clone https://github.com/ocornut/imgui
cd imgui/examples/example_glfw_vulkan
mkdir build
cd build
cmake ..
cmake --build . |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I went to
examples/example_glfw_vulkan
and tried to build it and got the following:The weird thing with the
../../../glfw
is that it does not go insidelibs
.I have tried to work around this issue but couldn't.
Anyone can help?
Beta Was this translation helpful? Give feedback.
All reactions