You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the instructions for installation on Windows:
Run this command -
python USD\build_scripts\build_usd.py "C:\Program Files\USD"
Program Files has a space in it, which breaks the installer, but the key issue here is that Program Files are a protected Windows folder.
Something to look at would be CPack or WiX mechanic in the scripts, which could possibly execute and elevated process - but that could be a nasty route of course. It may be far easier to just create some new instructions to install to a local c:\USD\Install directory?
Cheers
The text was updated successfully, but these errors were encountered:
As per the instructions for installation on Windows:
Run this command -
python USD\build_scripts\build_usd.py "C:\Program Files\USD"
Program Files has a space in it, which breaks the installer, but the key issue here is that Program Files are a protected Windows folder.
Something to look at would be CPack or WiX mechanic in the scripts, which could possibly execute and elevated process - but that could be a nasty route of course. It may be far easier to just create some new instructions to install to a local c:\USD\Install directory?
Cheers
The text was updated successfully, but these errors were encountered: