Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/getting-started/clients/desktop/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ well as install the [Desktop Native dependencies](./desktop-native/index.mdx#Dep

These are available as additional dependencies in the Visual Studio Installer.

- Visual C++ Build tools
- Visual C++ Build tools. The newest supported version of Visual Studio can be downloaded
[here](https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-history#evergreen-bootstrappers),
use the "Community" download link for the current channel. Launch the installer and ensure the
workload "Desktop development with C++" is selected.

</TabItem>
<TabItem value="mac" label="macOS">
Expand Down
Loading