vfxpro99 / usd-build-club

This project includes recipes to build Pixar's Universal Scene Description, its Python bindings, and all necessary prerequisites on Mac and Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: hard coded assumption about VS version, and existence of Powershell.

enzyme69 opened this issue · comments

I am following every step here:
https://github.com/vfxpro99/usd-build-club/wiki/USD-on-Windows

But I have issue with not able to install Microsoft Visual Studio whichever version.

prtscr capture_2

Even after installing Community Version of MVS 15, I don't seem to manage to make this work.

Seems like I manage to get VS2015, and when running prerequisite:

prtscr capture_3

Thanks for the feedback. It looks like we need to update the script to not be hard coded to visual studio version. Also, the script assumes you have PowerShell installed. That needs to be corrected, or documented.

I changed the title to show that point.

I tested the VS2017 version of the script which worked for me. I updated the script to make it match the Wiki page, and corrected a typo on the Wiki page. If you could install VS2017, and Powershell, git pull the build club repo to get the fixed script, then check the instructions under on the Wiki under "build club method" perhaps you'll have better luck.

If this issue comes up again, please feel free to reopen this issue.