Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ When converting glTF->USD->DCC, Apple's USDPython tools will better preserve the
## Installation Steps

* Download and build [USD](https://github.com/PixarAnimationStudios/USD). See the associated README for prerequisites and build steps. Refer to USD installation directory as `{USD}`.
cmake
* Install [CMAKE](https://cmake.org/).
* *(Linux)* `sudo apt-get install cmake`
* *(OSX)* Use the installer for the latest stable release.
* *(Windows)* Use the installer for the latest stable release.
* Install [NASM](https://www.nasm.us).
* *(Linux)* `sudo apt-get install nasm`
* *(OSX)* `brew install nasm` (requires [Homebrew](https://brew.sh))
Expand Down