Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Ameling <dennis@dennisameling.com>2020-06-22 12:22:42 +0300
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2020-08-20 17:05:24 +0300
commit604842172646c40085d7de1af1c0495531eb63ce (patch)
tree8fce9dd18c369e40520b5944aefa0dd2b625eb5e /BUILDING.md
parent3133b75b68709a8fe956b92cf2c8a153c5c428f6 (diff)
build,win: use x64 Node when building for ARM64
Uses x64 node executable for running .js files in arm64 cross-compilation scenarios. MSI can now be created by running `vcbuild.bat release msi arm64` Refs: https://github.com/nodejs/node/issues/25998 Refs: https://github.com/nodejs/node/issues/32582 PR-URL: https://github.com/nodejs/node/pull/34009 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 5c7494a15f1..71aedb10f55 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -545,6 +545,8 @@ Optional requirements to build the MSI installer package:
* The [WiX Toolset v3.11](https://wixtoolset.org/releases/) and the
[Wix Toolset Visual Studio 2017 Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension)
or the [Wix Toolset Visual Studio 2019 Extension](https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2019Extension).
+* The [WiX Toolset v3.14](https://wixtoolset.org/releases/) if
+ building for Windows 10 on ARM (ARM64).
Optional requirements for compiling for Windows 10 on ARM (ARM64):