codebytere

#47680: docs: update build prerequisites

Merged
Created: Jul 8, 2025, 3:50:09 AM
Merged: Jul 9, 2025, 5:07:25 AM
4 comments
Target: main

Description of Change

As in title. See also electron/build-tools#739

Checklist

Release Notes

Notes: none

Backports

36-x-y
Merged
PR Number
#47697
Merged At
Jul 9, 2025, 5:31:50 AM
Released In
v36.7.1
Release Date
Jul 9, 2025, 11:03:16 AM
37-x-y
Merged
PR Number
#47698
Merged At
Jul 9, 2025, 5:31:48 AM
Released In
v37.2.1
Release Date
Jul 9, 2025, 11:02:22 AM
38-x-y
Merged
PR Number
#47696
Merged At
Jul 9, 2025, 5:31:53 AM
Released In
v38.0.0-alpha.5
Release 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