Skip to content

Instantly share code, notes, and snippets.

@meshula
Last active May 16, 2024 17:13
Show Gist options
  • Save meshula/d69bc370fbd808f9dd0964ad7440026f to your computer and use it in GitHub Desktop.
Save meshula/d69bc370fbd808f9dd0964ad7440026f to your computer and use it in GitHub Desktop.
usdbuild.md

MacOS ~ no-python dynamic framework

python ~/dev/usd-github-meshula/build_scripts/build_usd.py --generator Xcode --tests --no-python --no-openimageio --opencolorio --build-variant relwithdebuginfo ~/usd-dyfw-240426 | grep -v -e "note: Run script build phase" -e "RegisterExecutionPolicyException" -e "PhaseScriptExecution" -e ClangStatCache -e "    cd" -e "note: Removed stale file" -e "ProcessProductPackaging"

MacOS ~ python dynamic framework

python ~/dev/usd-github-meshula/build_scripts/build_usd.py --generator Xcode --tests --no-openimageio --opencolorio --build-variant relwithdebuginfo ~/usd-dyfw-py-240508 | grep -v -e "note: Run script build phase" -e "RegisterExecutionPolicyException" -e "PhaseScriptExecution" -e ClangStatCache -e "    cd" -e "note: Removed stale file" -e "ProcessProductPackaging"

Windows ~ no-python

python c:\dev\USD-meshula\build_scripts\build_usd.py --no-openimageio --opencolorio --no-python --build-variant=relwithdebuginfo C:\dev\build\usd-meshula-240516
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment