Files
electron/docs/development/build-instructions-macos.md
trop[bot] ff50d30a42 build: use python3 to lint (#33717)
* 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>
2022-04-12 12:42:34 -07:00

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

Building Electron

See Build Instructions: GN.