Skip to content

Commit d81ec82

Browse files
author
Keith Blackstone
authored
Merge pull request #46 from michaelybecker/patch-1
update ambiguous <OPTIONS> language in README to incl. mandatory USD installation path
2 parents 5f6c790 + c708cae commit d81ec82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ where:
141141
| -DUSD_FILEFORMATS_FETCH_FASTFLOAT | Forces FetchContent for FastFLoat | ON | usdobj |
142142
| -DUSD_FILEFORMATS_ENABLE_ASM | Generate a ASM based material network on layerwrite | OFF |
143143
144+
Note that `Dpxr_ROOT` is *not* an optional parameter - a reference to the OpenUSD installation path **has** to be passed.
145+
144146
ZLIB, Draco and OpenImageIO packages are hinted to search into the USD installation by default. Override this by setting their ROOT or their FETCH variables (no fetch for OIIO).
145147
146148
The previous commands will place intermediate files into the folder `build` and install binaries into the folder `bin`.
@@ -257,4 +259,4 @@ To generate the documentation go to the project root folder and enter:
257259
```
258260
doxygen
259261
```
260-
The resulting documentation will be placed at the `docs` folder.
262+
The resulting documentation will be placed at the `docs` folder.

0 commit comments

Comments
 (0)