For the complete documentation index, see llms.txt. This page is also available as Markdown.

Development Build

Development builds are intended for users who need to build YanusLIVE Pro from source.

Required tools

  • Windows 10 or 11, 64-bit

  • Visual Studio 2022

  • C++20 toolchain

  • CMake

  • NVIDIA CUDA Toolkit

  • NVIDIA Maxine AR SDK

  • cuDNN runtime

  • Required third-party dependencies

Example build commands

cmake -B build -S . -G "Visual Studio 17 2022" -A x64 -T "version=14.44"
cmake --build build --config Release
.\run_app.bat

Important

Use run_app.bat instead of launching the executable directly.

The script prepares the runtime environment and synchronizes required DLL files.

Last updated