Skip to content

Instantly share code, notes, and snippets.

@meshula
Last active September 9, 2020 18:49
Show Gist options
  • Save meshula/1e564447784b9987157737a7aed48d05 to your computer and use it in GitHub Desktop.
Save meshula/1e564447784b9987157737a7aed48d05 to your computer and use it in GitHub Desktop.
bigsur-py3-usd
virtualenv --python=/usr/local/bin/python3 usd-py3env
cp /Library/Frameworks/Python.framework/Versions/3.7/Python usd-py3env/lib/libpython3.7.dylib
source usd-py3env/bin/activate
pip install PyOpenGL
pip install PySide2
cd usd-dev;git pull
cd ../usd-py3env
python ../usd-dev/build_scripts/build_usd.py -v --generator=Xcode --no-tests --no-examples --no-tutorials --tools --no-docs --usdview --openimageio --alembic --no-hdf5 --draco --materialx --ptex --opencolorio --embree .
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment