mirror of
https://github.com/ankitects/anki.git
synced 2026-01-08 11:33:55 -05:00
docs(windows): clarify why Visual Studio is required
This commit is contained in:
parent
cf9e244217
commit
a5698f8ead
1 changed files with 4 additions and 1 deletions
|
|
@ -37,8 +37,11 @@ Anki uses the **Rust programming language** for parts of its codebase.
|
||||||
- **Desktop Development with C++**
|
- **Desktop Development with C++**
|
||||||
4. Leave the advanced options unchanged
|
4. Leave the advanced options unchanged
|
||||||
|
|
||||||
> **Note**\
|
> **Note**
|
||||||
> This step is required to compile native parts of the project.
|
> 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.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue