mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
* build: use python3 to lint * also run-gn-format * specify encoding * remove some outdated python2 info from docs Co-authored-by: Jeremy Rose <nornagon@nornagon.net>
756 B
756 B
Build Instructions (macOS)
Follow the guidelines below for building Electron itself on macOS, for the purposes of creating custom Electron binaries. For bundling and distributing your app code with the prebuilt Electron binaries, see the application distribution guide.
Prerequisites
- macOS >= 11.6.0
- Xcode. The exact version
needed depends on what branch you are building, but the latest version of
Xcode is generally a good bet for building
main. - node.js (external)
- Python >= 3.7