diff --git a/docs/windows.md b/docs/windows.md index 84353b82e..d9d81c390 100644 --- a/docs/windows.md +++ b/docs/windows.md @@ -37,8 +37,11 @@ Anki uses the **Rust programming language** for parts of its codebase. - **Desktop Development with C++** 4. Leave the advanced options unchanged -> **Note**\ +> **Note** > This step is required to compile native parts of the project. +> On Windows, compiling native code requires Microsoft's MSVC toolchain and the Windows SDK +> (system headers and libraries), which are typically installed via Visual Studio or +> Visual Studio Build Tools. ---