Skip to content

Commit

Permalink
Add ARM64 bits to MSVC setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jkunkee committed Jan 25, 2019
1 parent 8285854 commit e49c805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ Install all the required tools and configurations using Microsoft's [windows-bui
Install tools and configuration manually:
* Install Visual C++ Build Environment: [Visual Studio Build Tools](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools)
(using "Visual C++ build tools" workload) or [Visual Studio 2017 Community](https://visualstudio.microsoft.com/pl/thank-you-downloading-visual-studio/?sku=Community)
(using the "Desktop development with C++" workload)
(using the "Desktop development with C++" workload plus the components "Visual C++ compilers and libraries for ARM64" and "Visual C++ ATL for ARM64")
* 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.)
* Launch cmd, `npm config set msvs_version 2017`

Expand Down

0 comments on commit e49c805

Please sign in to comment.