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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -416,9 +416,17 @@ Prerequisites:
416
416
and tools which can be included in the global `PATH`.
417
417
* The [NetWide Assembler](http://www.nasm.us/), for OpenSSL assembler modules.
418
418
If not installed in the default location, it needs to be manually added
419
-
to `PATH`. A build with the `openssl-no-asm` option does not need this.
419
+
to `PATH`. A build with the `openssl-no-asm` option does not need this, nor
420
+
does a build targeting ARM64 Windows.
420
421
***Optional** (to build the MSI): the [WiX Toolset v3.11](http://wixtoolset.org/releases/)
421
422
and the [Wix Toolset Visual Studio 2017 Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension).
423
+
***Optional** Tools for compiling for Windows 10 on ARM (ARM64):
424
+
* (Due to a GYP limitation, building for Windows 10 on ARM must be done on Windows 10 on ARM.)
425
+
* Visual Studio 15.9.0 or newer
426
+
* Optional components
427
+
* Visual C++ compilers and libraries for ARM64
428
+
* Visual C++ ATL for ARM64
429
+
* Windows 10 SDK 10.0.17763.0 or newer
422
430
423
431
If the path to your build directory contains a space or a non-ASCII character,
0 commit comments