Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note that selecting VS lang packs is optional #4025

Merged
merged 1 commit into from
Sep 18, 2024
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
9 changes: 7 additions & 2 deletions doc/user-guide/src/installation/windows-msvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,17 @@ Note that the specific version of the Windows SDK doesn't matter for pure Rust c
![Select the latest MSVC component](images/component-msvc.png)
![Select the Windows 11 SDK component](images/component-sdk.png)

### Completing the install
### Adding Language Packs (optional)

After choosing the components, switch to the "Language Packs" tab and add the English language pack in addition to your preferred language.
After choosing the components, you may also want to select the language packs to install.
Switch to the "Language Packs" tab and add the languages.
It is recommended that you add the English language pack in addition to your preferred language.
This will provide English language error messages, which may help when reporting errors.

![Add the English language](images/step4.png)

### Completing the install

Finally click the install button and wait for everything to be installed.

![Wait for the install to complete](images/step5.png)
Expand Down
Loading