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
@@ -343,9 +343,19 @@ Prerequisites:
343
343
and tools which can be included in the global `PATH`.
344
344
* The [NetWide Assembler](http://www.nasm.us/), for OpenSSL assembler modules.
345
345
If not installed in the default location, it needs to be manually added
346
-
to `PATH`. A build with the `openssl-no-asm` option does not need this.
346
+
to `PATH`. A build with the `openssl-no-asm` option does not need this, nor
347
+
does a build targeting ARM64 Windows.
347
348
***Optional** (to build the MSI): the [WiX Toolset v3.11](http://wixtoolset.org/releases/)
348
349
and the [Wix Toolset Visual Studio 2017 Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension).
350
+
***Optional** Requirements for compiling for Windows 10 on ARM (ARM64):
351
+
* ARM64 Windows build machine
352
+
* Due to a GYP limitation, this is required to run compiled code
353
+
generation tools (like V8's builtins and mksnapshot tools)
354
+
* Visual Studio 15.9.0 or newer
355
+
* Visual Studio optional components
356
+
* Visual C++ compilers and libraries for ARM64
357
+
* Visual C++ ATL for ARM64
358
+
* Windows 10 SDK 10.0.17763.0 or newer
349
359
350
360
If the path to your build directory contains a space or a non-ASCII character,
0 commit comments