Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Trifido authored Feb 12, 2025
1 parent f795b4b commit f1b0a35
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ The binding allows developers to interact with USD files in C# using the **tinyu
- CMake version 3.31 and higher
- Visual Studio 17 2022

### Locations of the necessary resources:
- c-tinyusd.h: tinyusd (root folder) / src
- tinyusdz.sln x64: tinyusd (root folder) / build
- tinyusdz.sln Win32: tinyusd (root folder) / build_win32

### Steps:
1️⃣ Step: clone the [tinyusdz GitHub repository](https://github.com/lighttransport/tinyusdz).

Expand All @@ -35,6 +40,9 @@ The binding allows developers to interact with USD files in C# using the **tinyu

3️⃣ Step: In the generated C++ solution, compile the ctinyusd project to generate the dll file.

By default, the x64 solution will be generated in the “build” folder specified in cmake.

To generate the Win32 solution we must execute the file vc-setup-32bit.bat. It will generate the Win32 solution in the build_win32 folder.

## Test

Expand Down

0 comments on commit f1b0a35

Please sign in to comment.