Skip to content

Instantly share code, notes, and snippets.

@mateuszwojt
Created August 25, 2019 03:33
Show Gist options
  • Save mateuszwojt/3f4178dc3ebe48f7c674656d85dd1af3 to your computer and use it in GitHub Desktop.
Save mateuszwojt/3f4178dc3ebe48f7c674656d85dd1af3 to your computer and use it in GitHub Desktop.
Install USD plugins for Houdini on MacOS
Launch Houdini terminal
cd /Applications/Houdini/Houdini17.5.226/Frameworks/Houdini.framework/Versions/Current/Resources/toolkit/usd_houdini_plugins
export CMAKE_PREFIX_PATH=/Applications/Houdini/Houdini17.5.226/Frameworks/Houdini.framework/Versions/Current/Resources/toolkit/cmake
mkdir build
cd build
cmake ..
cmake --build . --target install -- -j 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment