File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ Houdini 20 is officially supported.
5353---
5454### Step 4. Build the dependencies
5555Note: If building for Houdini you' ll need to build moonray against Houdini' s USD libraries.
56- You' ll want to skip building USD during this step by adding ` -DNOUSD =1` to the first cmake
56+ You' ll want to skip building USD during this step by adding ` -DNO_USD =1` to the first cmake
5757command below: ` cmake -DNO_USD=1 ../building/macOS` . You should clean
5858the build-deps/ and installs/ directory if you have previously installed the dependencies
59- without passing -DNOUSD =1, to remove any USD related files or step 5 may fail to link to
59+ without passing -DNO_USD =1, to remove any USD related files or step 5 may fail to link to
6060Houdini' s USD libs.
6161```bash
6262cd /Applications/MoonRay/build-deps
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ while [ "$(basename ${install_root})" != "installs" ]
1212do
1313 install_root=$( dirname ${install_root} )
1414
15- if [ " ${install_root} " == " /" ]
15+ if [[ " ${install_root} " == " /" ] ]
1616 then
1717 echo " Could not find install root. Be sure you are running this script from the installed location."
1818 exit 1
You can’t perform that action at this time.
0 commit comments