How to compile GLFW Vulkan example on Linux #3838
stefanos82
started this conversation in
New Users Build/Link/Run 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
Uh oh!
There was an error while loading. Please reload this page.
-
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