Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 641 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 641 Bytes

USD_superbuild

CMake Superbuild for Universal Scene Description (USD)

Currently this is pre-alpha and I have put it out for community involvement and development. It likely will break on your system and for your specific required options, so please fix or add those options in and add a pull request to get your changes in. Windows/Macos support need to be added, along with support for many USD options.

Tested with Arch Linux and Ubuntu

Building


git clone https://github.com/carsonbrownlee/USD_superbuild.git

cd USD_superbuild

mkdir build

cd build

cmake ..

optional (ccmake .. and set options)

cmake --build .