From 3a54274076c097856090c48724797aae3ab4ed64 Mon Sep 17 00:00:00 2001 From: "Herman S." <429230+has207@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:04:54 +0900 Subject: [PATCH] [Docs] Add VulkanSDK dependency --- docs/building.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/building.md b/docs/building.md index b37702867..f2873a816 100644 --- a/docs/building.md +++ b/docs/building.md @@ -14,6 +14,8 @@ drivers. * Windows 11 SDK version 10.0.22000.0 (for Visual Studio 2022, this or any newer version) * [Python 3.10+ 64-bit](https://www.python.org/downloads/) * Ensure Python is in PATH. +* [Vulkan SDK](https://sdk.lunarg.com/sdk/download/latest/windows/vulkan-sdk.exe) + * The build script will automatically detect it if installed at `C:\VulkanSDK` ``` git clone https://github.com/xenia-canary/xenia-canary.git