Skip to content

Commit e167fa8

Browse files
Update README.md
Clarify required dependencies
1 parent 30bd04b commit e167fa8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ extern "C" {
145145

146146

147147
## Quick start
148-
You must have LLVM and clang installed. I've tested it with llvm 10.0.1 and 11.0.0. To run the tests you'll need USD 20.05, OIIO 2.2.8 and OpenEXR 2.5.5 installed. Other versions may work but the tests will fail as they rely on diffing the output, which will have the version numbers baked into the type names.
148+
You must have LLVM and clang 11.0.0 and available on your $PATH. To run the tests you'll need OpenEXR 2.5.5 installed. Other versions may work but the tests will fail as they rely on diffing the output, which will have the version numbers baked into the type names.
149149

150150
### Checkout
151151
The repository includes spdlog and nlohmann::json as submodules, so clone with `--recursive`:
@@ -174,11 +174,9 @@ make
174174
```
175175

176176
### Test
177-
Some basic integration tests are in place using CTest. To run them you'll need to set the environment variables `OIIO_ROOT`, `OPENEXR_ROOT` and `USD_ROOT` to point to the relevant installations. Since the tests diff the output against reference you'll need the same versions (at least to minor versions) in order to not get spurious errors. Those versions are:
177+
Some basic integration tests are in place using CTest. To run them you'll need to set the environment variables `OPENEXR_ROOT` to point to the relevant installations. Since the tests diff the output against reference you'll need the same versions (at least to minor versions) in order to not get spurious errors. Those versions are:
178178
```
179-
OpenImageIO: 2.2.8
180179
OpenEXR: 2.5.5
181-
USD: 20.05
182180
```
183181

184182
Then just run `make test` from the build directory.

0 commit comments

Comments
 (0)