From 997bc3c748d92723da89b3162ff7cd615a65b8c0 Mon Sep 17 00:00:00 2001 From: Jon Kunkee Date: Thu, 24 Jan 2019 16:00:55 -0800 Subject: [PATCH] readme: add ARM64 info to MSVC setup instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since ARM64 build dependencies are not included in the "Desktop development with C++" workload of Visual Studio 2017, this change adds a note explaining what additional components are required to build native modules for the new Windows platform. PR-URL: https://github.com/nodejs/node-gyp/pull/1655 Reviewed-By: Ben Noordhuis Reviewed-By: João Reis --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d9222d0ce1..01d428bc6c 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ Install tools and configuration manually: If the above steps didn't work for you, please visit [Microsoft's Node.js Guidelines for Windows](https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules) for additional tips. + To target native ARM64 Node.js on Windows 10 on ARM, add the components "Visual C++ compilers and libraries for ARM64" and "Visual C++ ATL for ARM64". + ### Configuring Python Dependency If you have multiple Python versions installed, you can identify which Python