Files
One-KVM/agents.md
2026-05-18 22:44:59 +08:00

400 B

Agents Notes

Windows MSVC Build

Run from the repository root in PowerShell:

$env:VCPKG_ROOT='C:\Users\mofen\code\vcpkg'
$env:TURBOJPEG_SOURCE='explicit'
$env:TURBOJPEG_LIB_DIR='C:\Users\mofen\code\vcpkg\installed\x64-windows-static\lib'
$env:TURBOJPEG_INCLUDE_DIR='C:\Users\mofen\code\vcpkg\installed\x64-windows-static\include'

cargo build --target x86_64-pc-windows-msvc