Skip to content

Commit

Permalink
fix build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotoNomad0 committed Nov 7, 2022
1 parent 5c0a322 commit 8e72aa8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/development/Electronite/LinuxBuildNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ git clone https://github.com/electron/build-tools ~/.electron_build_tools && (cd


### Build Electronite
- first make sure you have downloaded the current version of electronite-tools-2.sh. There may have been changes from other electronite versions.

#### Build x64
- get the Electronite source code for branch (this can take many hours the first time as the git cache is loaded):
```
Expand Down
2 changes: 2 additions & 0 deletions docs/development/Electronite/MacBuildNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ git clone https://github.com/electron/build-tools ~/.electron_build_tools && (cd


### Build Electronite
- first make sure you have downloaded the current version of electronite-tools-2.sh. There may have been changes from other electronite versions.

#### Build Intel x64
- get the Electronite source code for branch (this can take many hours the first time as the git cache is loaded):
```
Expand Down
2 changes: 2 additions & 0 deletions docs/development/Electronite/WindowsBuildNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ npm i
- if you browse to http://localhost:8088 on your local machine you can monitor compile jobs as they flow through the goma system.

### Build Electronite
- first make sure you have downloaded the current version of electronite-tools-2.bat. There may have been changes from other electronite versions.

#### Build Intel x64
- open command prompt, cd to the build directory, and initialize build configuration:
```
Expand Down

0 comments on commit 8e72aa8

Please sign in to comment.