#47680: docs: update build prerequisites
Merged
Description of Change
As in title. See also electron/build-tools#739
Checklist
- PR description included and stakeholders cc'd
-
npm test
passes - relevant API documentation, tutorials, and examples are updated and follow the documentation style guide
- PR release notes describe the change in a way relevant to app developers, and are capitalized, punctuated, and past tense.
Release Notes
Notes: none
Backports
36-x-y
MergedPR Number
#47697Merged At
Jul 9, 2025, 5:31:50 AM
Released In
v36.7.1Release Date
Jul 9, 2025, 11:03:16 AM
37-x-y
MergedPR Number
#47698Merged At
Jul 9, 2025, 5:31:48 AM
Released In
v37.2.1Release Date
Jul 9, 2025, 11:02:22 AM
38-x-y
MergedPR Number
#47696Merged At
Jul 9, 2025, 5:31:53 AM
Released In
v38.0.0-alpha.5Release Date
Jul 10, 2025, 8:31:24 AM
Semver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron