I just begin to install opengl, with help of GLFW, on Linux Mint 18.3…
I used cmake to build the files to compile GLFW. Then, i try to compile GLFW, and it runs with one error (i’ve installed X11, Doxygen and other stuff).
The error is " could NOT find Vulkan (lib and include)"
Questions :
Is Vulkan mandatory ?
A message of cmake is "Build files have been written to glfw-3.2.1
But I don’t find the lib files (libglfw*). Are the lib files built ? If yes where are these files ?