You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILDING.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -407,9 +407,19 @@ Prerequisites:
407
407
and tools which can be included in the global `PATH`.
408
408
* The [NetWide Assembler](http://www.nasm.us/), for OpenSSL assembler modules.
409
409
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.
411
412
***Optional** (to build the MSI): the [WiX Toolset v3.11](http://wixtoolset.org/releases/)
412
413
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
413
423
414
424
If the path to your build directory contains a space or a non-ASCII character,
0 commit comments