Development Build
Last updated
Development builds are intended for users who need to build YanusLIVE Pro from source.
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
cmake -B build -S . -G "Visual Studio 17 2022" -A x64 -T "version=14.44"
cmake --build build --config Release
.\run_app.batUse run_app.bat instead of launching the executable directly.
The script prepares the runtime environment and synchronizes required DLL files.
Last updated