Description
trying to use program on Ubuntu and the error glslc -O ./res/vert/vert_TriQuad.vert -o ./app/vert_TriQuad.spv
glslc -O ./res/frag/frag_automata0000.frag -o ./app/frag_automata0000.spv
g++ -g -std=c++17 lib/*.cpp VulkanAutomataGLFW.cpp -fconcepts -lglfw -lvulkan -o ./app/RunVulkanAutomataGLFW
lib/imgui_impl_glfw.cpp:47:10: fatal error: GLFW/glfw3.h: No such file or directory
47 | #include <GLFW/glfw3.h>
| ^~~~~~~~~~~~~~
compilation terminated.
VulkanAutomataGLFW.cpp:2:10: fatal error: GLFW/glfw3.h: No such file or directory
2 | #include <GLFW/glfw3.h>
| ^~~~~~~~~~~~~~
compilation terminated.
BEGIN ./app/RunVulkanAutomataGLFW
./buildrun.sh: line 18: ./app/RunVulkanAutomataGLFW: Is a directory
END ./app/RunVulkanAutomataGLFW
file:///home/rm/Desktop/git/VulkanAutomata/log/AppLog1713832387.log
rm@rm-510-hpu:~/Desktop/git/VulkanAutomata$
will happen