From 97fb8d0b3267c27f60f05e64ceed8d33f43c0aab Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 25 Apr 2024 18:04:44 -0400 Subject: [PATCH] Mention you still need Rust on Windows --- BUILDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILDING.md b/BUILDING.md index cf97a5f..d71b5b1 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -61,6 +61,7 @@ Install the following: * [Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows) * [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/) (for a C++ compiler) * CMake (can be installed with the Visual Studio Build Tools) +* [Rust](https://www.rust-lang.org/tools/install) Make sure your Qt bin (like `C:\Qt\6.7.0\msvc2019_64\bin`) is in your `PATH` environment variable before building, otherwise Qt will not be picked up by CMake.