File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -561,7 +561,6 @@ Optional requirements for compiling for Windows 10 on ARM (ARM64):
561561* Windows 10 SDK 10.0.17763.0 or newer
562562
563563##### Option 2: Automated install with Boxstarter
564- <a name =" boxstarter " ></a >
565564
566565A [ Boxstarter] ( https://boxstarter.org/ ) script can be used for easy setup of
567566Windows systems with all the required prerequisites for Node.js development.
@@ -572,7 +571,7 @@ packages:
572571 Unix tools added to the ` PATH ` .
573572* [ Python 3.x] ( https://chocolatey.org/packages/python ) and
574573 [ legacy Python] ( https://chocolatey.org/packages/python2 )
575- * [ Visual Studio 2017 Build Tools] ( https://chocolatey.org/packages/visualstudio2017buildtools )
574+ * [ Visual Studio 2019 Build Tools] ( https://chocolatey.org/packages/visualstudio2019buildtools )
576575 with [ Visual C++ workload] ( https://chocolatey.org/packages/visualstudio2017-workload-vctools )
577576* [ NetWide Assembler] ( https://chocolatey.org/packages/nasm )
578577
Original file line number Diff line number Diff line change 1- See the main project [ BUILDING.md] ( ../../BUILDING.md#boxstarter ) for details on
2- how to use this script.
1+ See the main project
2+ [ BUILDING.md] ( ../../BUILDING.md#option-2-automated-install-with-boxstarter )
3+ for details on how to use this script.
Original file line number Diff line number Diff line change 1616choco install git -params /GitAndUnixToolsOnPath -y
1717choco install python python2 -y
1818
19- # Installs VS 2017 Build Tools
20- choco install visualstudio2017buildtools -y
21- choco install visualstudio2017 -workload-vctools -y --params="--add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.ATL.ARM64"
19+ # Installs VS 2019 Build Tools
20+ choco install visualstudio2019buildtools -y
21+ choco install visualstudio2019 -workload-vctools -y --params="--add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.ATL.ARM64"
2222
2323# NASM
2424choco install nasm -y
You can’t perform that action at this time.
0 commit comments