Skip to content

Commit aaef09b

Browse files
authored
Update Windows docs to require winget instead of choco (#257)
Documentation change for <servo/servo#42372>
1 parent ec1028c commit aaef09b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/building/windows.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Building for Windows
22

3-
- Download [`uv`](https://docs.astral.sh/uv/getting-started/installation/#standalone-installer), [`choco`](https://chocolatey.org/install#individual), and [`rustup`](https://win.rustup.rs/)
3+
- Download [`uv`](https://docs.astral.sh/uv/getting-started/installation/#standalone-installer), and [`rustup`](https://win.rustup.rs/)
44
- Be sure to select *Quick install via the Visual Studio Community installer*
5+
- Ensure that [`winget`](https://learn.microsoft.com/en-us/windows/package-manager/winget/) is available. It should be preinstalled on Windows 10 1809+ and Windows 11, otherwise can be [`manually installed`](https://github.com/microsoft/winget-cli#installing-the-client).
56
- In the Visual Studio Installer, ensure the following components are installed:
67
- **Windows 10/11 SDK (anything >= 10.0.19041.0)** (`Microsoft.VisualStudio.Component.Windows{10, 11}SDK.{>=19041}`)
78
- **MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest)** (`Microsoft.VisualStudio.Component.VC.Tools.x86.x64`)

0 commit comments

Comments
 (0)