Yave icon indicating copy to clipboard operation
Yave copied to clipboard

Compiling errors when using the command

Open WilliamWangPeng opened this issue 5 years ago • 1 comments

HI dear author,
It's truly a honor to write a letter to you, I'm build your project nowadays and found the error when building as following, I wonder if there is a chance that you know the reason? :)

image

thank you
best regards to you
William

WilliamWangPeng avatar Apr 09 '21 02:04 WilliamWangPeng

Hi!

glslc should come with the Vulkan SDK. The problem here is that the CMakeLists just blindly call glslc , which will fail if the SDK hasn't been added to PATH.

Note that the project only works on Windows right now. There is nothing preventing it to run on other OSes, I just haven't ported the windowing code (which uses Win32 API).

gan74 avatar Apr 09 '21 09:04 gan74

Should be fixed by 5a01ecc You'll need to update CMake though.

gan74 avatar Feb 18 '23 16:02 gan74