Skip to content

Commit e49c805

Browse files
committed
Add ARM64 bits to MSVC setup instructions
1 parent 8285854 commit e49c805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Install all the required tools and configurations using Microsoft's [windows-bui
4949
Install tools and configuration manually:
5050
* Install Visual C++ Build Environment: [Visual Studio Build Tools](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools)
5151
(using "Visual C++ build tools" workload) or [Visual Studio 2017 Community](https://visualstudio.microsoft.com/pl/thank-you-downloading-visual-studio/?sku=Community)
52-
(using the "Desktop development with C++" workload)
52+
(using the "Desktop development with C++" workload plus the components "Visual C++ compilers and libraries for ARM64" and "Visual C++ ATL for ARM64")
5353
* Install [Python 2.7](https://www.python.org/downloads/) (`v3.x.x` is not supported), and run `npm config set python python2.7` (or see below for further instructions on specifying the proper Python version and path.)
5454
* Launch cmd, `npm config set msvs_version 2017`
5555

0 commit comments

Comments
 (0)