Skip to content

Commit 26cfaf4

Browse files
jkunkeejoaocgreis
authored andcommitted
win,build: update Windows build documentation
PR-URL: #25995 Reviewed-By: João Reis <[email protected]>
1 parent b9aac67 commit 26cfaf4

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

BUILDING.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,19 @@ Prerequisites:
407407
and tools which can be included in the global `PATH`.
408408
* The [NetWide Assembler](http://www.nasm.us/), for OpenSSL assembler modules.
409409
If not installed in the default location, it needs to be manually added
410-
to `PATH`. A build with the `openssl-no-asm` option does not need this.
410+
to `PATH`. A build with the `openssl-no-asm` option does not need this, nor
411+
does a build targeting ARM64 Windows.
411412
* **Optional** (to build the MSI): the [WiX Toolset v3.11](http://wixtoolset.org/releases/)
412413
and the [Wix Toolset Visual Studio 2017 Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension).
414+
* **Optional** Requirements for compiling for Windows 10 on ARM (ARM64):
415+
* ARM64 Windows build machine
416+
* Due to a GYP limitation, this is required to run compiled code
417+
generation tools (like V8's builtins and mksnapshot tools)
418+
* Visual Studio 15.9.0 or newer
419+
* Visual Studio optional components
420+
* Visual C++ compilers and libraries for ARM64
421+
* Visual C++ ATL for ARM64
422+
* Windows 10 SDK 10.0.17763.0 or newer
413423

414424
If the path to your build directory contains a space or a non-ASCII character,
415425
the build will likely fail.

tools/bootstrap/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ get-boxstarter -Force
2323
Install-BoxstarterPackage https://raw.githubusercontent.com/nodejs/node/master/tools/bootstrap/windows_boxstarter -DisableReboots
2424
```
2525

26-
Entire installation will take up about 8 GB of disk space.
26+
Entire installation will take up about 10 GB of disk space.
2727

2828
## Linux
2929

tools/bootstrap/windows_boxstarter

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ choco install python2 -y
1818

1919
# Installs VS 2017 Build Tools
2020
choco install visualstudio2017buildtools -y
21-
choco install visualstudio2017-workload-vctools -y
21+
choco install visualstudio2017-workload-vctools -y --params="--add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.ATL.ARM64"
2222

2323
# NASM
2424
choco install nasm -y

0 commit comments

Comments
 (0)