docs(build-instructions): clarify that these are for building Electron itself (#28674)

This commit is contained in:
Mark Lee 2021-04-19 08:50:00 -07:00 committed by GitHub
parent 0d7fd7a74f
commit 99fc054ce9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 4 deletions

View file

@ -1,6 +1,8 @@
# Build Instructions # Build Instructions
Follow the guidelines below for building Electron. Follow the guidelines below for building **Electron itself**, for the purposes of creating custom Electron binaries. For bundling and distributing your app code with the prebuilt Electron binaries, see the [application distribution][application-distribution] guide.
[application-distribution]: ../tutorial/application-distribution.md
## Platform prerequisites ## Platform prerequisites

View file

@ -1,6 +1,8 @@
# Build Instructions (Linux) # Build Instructions (Linux)
Follow the guidelines below for building Electron on Linux. Follow the guidelines below for building **Electron itself** on Linux, for the purposes of creating custom Electron binaries. For bundling and distributing your app code with the prebuilt Electron binaries, see the [application distribution][application-distribution] guide.
[application-distribution]: ../tutorial/application-distribution.md
## Prerequisites ## Prerequisites

View file

@ -1,6 +1,8 @@
# Build Instructions (macOS) # Build Instructions (macOS)
Follow the guidelines below for building Electron on 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][application-distribution] guide.
[application-distribution]: ../tutorial/application-distribution.md
## Prerequisites ## Prerequisites

View file

@ -1,6 +1,8 @@
# Build Instructions (Windows) # Build Instructions (Windows)
Follow the guidelines below for building Electron on Windows. Follow the guidelines below for building **Electron itself** on Windows, for the purposes of creating custom Electron binaries. For bundling and distributing your app code with the prebuilt Electron binaries, see the [application distribution][application-distribution] guide.
[application-distribution]: ../tutorial/application-distribution.md
## Prerequisites ## Prerequisites