Skip to content

Commit

Permalink
Merge pull request #47 from moddyz/24_05_compat
Browse files Browse the repository at this point in the history
Verified USD 24.05 compatibility
  • Loading branch information
rlei-weta authored Apr 21, 2024
2 parents 0904ee9 + fc40701 commit 6ea28a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ There are many other USD plugins available online - check out [USD Working Group

The following dependencies are required:
- C++ compiler
- [CMake](https://cmake.org/documentation/) (3.13 or greater)
- [USD](https://github.com/pixaranimationstudios/USD) (24.03)
- [CMake](https://cmake.org/documentation/) (Tested with CMake 3.29.2)
- [USD](https://github.com/pixaranimationstudios/USD) (24.05)
- [Boost](https://boost.org) and [Intel TBB](https://www.threadingbuildingblocks.org/) (USD dependencies)

[Python](https://www.python.org/) may also be required, depending on python support in the USD installation.
Expand All @@ -52,7 +52,7 @@ cmake \
cmake --build . -- VERBOSE=1 -j8 all test install
```

Example snippet for building a Visual Studio project on Windows:
Example snippet for building a Visual Studio project on Windows (x64 Native Tools Command Prompt with Administrator privileges):
```cmd
mkdir build
cd build
Expand Down

0 comments on commit 6ea28a1

Please sign in to comment.