Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save superfunc/f6aebf970b6274aa5a96e5fe05ad6bc5 to your computer and use it in GitHub Desktop.
Save superfunc/f6aebf970b6274aa5a96e5fe05ad6bc5 to your computer and use it in GitHub Desktop.
min_usd_build
#!/bin/sh
mkdir ./inst
python ../build_scripts/build_usd.py --no-python --no-tools --no-examples \
--no-imaging --no-tests --no-docs \
--no-ptex --no-openvdb --no-tutorials `pwd`/inst/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment