shaderc icon indicating copy to clipboard operation
shaderc copied to clipboard

Getting code on Windows

Open SirKnightTG opened this issue 5 years ago • 2 comments

In the read me, it has this:

git clone https://github.com/google/shaderc $SOURCE_DIR cd $SOURCE_DIR ./utils/git-sync-deps cd $SOURCE_DIR/

The ./utils/git-sync-deps part is nonsensical on a windows cmd prompt. You get: '.' is not recognized as an internal or external command, operable program or batch file.

Also, if you go to the Appveyor link there and select a job, then the Artifacts tab it says "The build job does not contain any artifacts."

SirKnightTG avatar Jun 19 '19 18:06 SirKnightTG

Sending to @dneto0 since they have a Window env to test what the exact correct invocation on Windows should be. It will be something like 'python utils\git-sync-deps', but I don't have a setup to confirm that on.

zoddicus avatar Jun 19 '19 19:06 zoddicus

Also, if you go to the Appveyor link there and select a job, then the Artifacts tab it says "The build job does not contain any artifacts."

I see. That's a stale link.

Look further up in the page where it says "Downloads". Clicking on the "Windows: Passing" icon will take you to this link

https://storage.googleapis.com/shaderc/badges/build_link_windows_vs2017_release.html

Clicking on that will get you a ZIP file with the output of the VS 2017 release build.

Other variations are available from the "More downloads" link.

dneto0 avatar Jun 24 '19 21:06 dneto0