rendy icon indicating copy to clipboard operation
rendy copied to clipboard

Running on Windows (both MSVC and GNU)

Open skyne98 opened this issue 6 years ago • 2 comments

Hello there!

It seems that there is a problem compiling the project on Windows. It looks like Shaderc doesn't have a cmake configuration for windows, even though shaderc crate mentions Windows support.

skyne98 avatar Feb 05 '19 22:02 skyne98

Getting shaderc to work on windows is a bit of a sh*tshow at the moment, but it does work. See https://github.com/Lokathor/learn-gfx-hal#requirements

fu5ha avatar Feb 05 '19 23:02 fu5ha

I never ran into a cmake issue, but I have run into a situation where some python script fails due to windows path length restrictions.

bgourlie avatar Feb 22 '19 16:02 bgourlie