Files
Syoyo Fujita 3c1b1735b7 raise C++ version requirement from C++14 to C++17
Update all CMakeLists.txt, Makefiles, meson.build, setup.py,
and documentation files to use C++17 standard.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 03:39:41 +09:00
..
2023-01-24 05:55:44 +09:00

pxr USD library API experiment

Build pxr USD

Build pxrUSD in some way. We recommend to use monolithic build of pxrUSD.

Build

Linux

Edit pxrUSD and other settings in bootstrap-linux.sh, then

$ ./bootstrap-linux.sh
$ cd build
$ cmake

Windows(Visual Studio)

> rmdir /s /q build
> mkdir build
> cmake.exe -G "Visual Studio 17 2022" -A x64 -B build [USD_FLAGS] -S .

See bootstrap-linux.sh for USD_FLAGS

EoL.