doc: Remove MFC build tools requirement for Windows (#39975)

Testing: I build from scratch on a very old laptop. That's what
motivated me to install as few components as possible.
Companion servo book PR: https://github.com/servo/book/pull/139
mozjs PR: https://github.com/servo/mozjs/pull/626

Signed-off-by: Euclid Ye <euclid.ye@huawei.com>
Co-authored-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Euclid Ye
2025-10-19 05:48:48 +08:00
committed by GitHub
parent 4de66051f6
commit 3071a2008f

View File

@@ -53,7 +53,6 @@ For more detailed build instructions, see the Servo book under [Setting up your
- **Windows 10/11 SDK (anything >= 10.0.19041.0)** (`Microsoft.VisualStudio.Component.Windows{10, 11}SDK.{>=19041}`)
- **MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest)** (`Microsoft.VisualStudio.Component.VC.Tools.x86.x64`)
- **C++ ATL for latest v143 build tools (x86 & x64)** (`Microsoft.VisualStudio.Component.VC.ATL`)
- **C++ MFC for latest v143 build tools (x86 & x64)** (`Microsoft.VisualStudio.Component.VC.ATLMFC`)
- Restart your shell to make sure `cargo` is available
- Install the other dependencies: `.\mach bootstrap`
- Build servoshell: `.\mach build`