Skip to content

Commit 0b9cd64

Browse files
update ambiguous <OPTIONS> language in README to incl. mandatory USD path parameter
(nonspecific error when it's not included, referenced in #5)
1 parent 5f6c790 commit 0b9cd64

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 `Dprx_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)