RenderKit / embree

Embree ray tracing kernels repository.
Apache License 2.0
2.37k stars 389 forks source link

Glfw3 cannot be found during installation #422

Closed Xiong-JS closed 1 year ago

Xiong-JS commented 1 year ago

When I install the software, glfw3 cannot be found, but I have installed glfw3 before. How can I set the path of glfw3 to identify The following is the error message CMake Error at tutorials/CMakeLists.txt:15 (FIND_PACKAGE): By not providing "Findglfw3.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "glfw3", but CMake did not find one. Could not find a package configuration file provided by "glfw3" with any of the following names: glfw3Config.cmake glfw3-config.cmake Add the installation prefix of "glfw3" to CMAKE_PREFIX_PATH or set "glfw3_DIR" to a directory containing one of the above files. If "glfw3" provides a separate development package or SDK, be sure it has been installed.

svenwoop commented 1 year ago

You have to install the development package of glfw if you want to compile Embree. The package name is something like glfw3-dev or similar.