File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -556,7 +556,6 @@ Optional requirements for compiling for Windows 10 on ARM (ARM64):
556
556
* Windows 10 SDK 10.0.17763.0 or newer
557
557
558
558
##### Option 2: Automated install with Boxstarter
559
- <a name =" boxstarter " ></a >
560
559
561
560
A [ Boxstarter] ( https://boxstarter.org/ ) script can be used for easy setup of
562
561
Windows systems with all the required prerequisites for Node.js development.
@@ -567,7 +566,7 @@ packages:
567
566
Unix tools added to the ` PATH ` .
568
567
* [ Python 3.x] ( https://chocolatey.org/packages/python ) and
569
568
[ legacy Python] ( https://chocolatey.org/packages/python2 )
570
- * [ Visual Studio 2017 Build Tools] ( https://chocolatey.org/packages/visualstudio2017buildtools )
569
+ * [ Visual Studio 2019 Build Tools] ( https://chocolatey.org/packages/visualstudio2019buildtools )
571
570
with [ Visual C++ workload] ( https://chocolatey.org/packages/visualstudio2017-workload-vctools )
572
571
* [ NetWide Assembler] ( https://chocolatey.org/packages/nasm )
573
572
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 16
16
choco install git -params /GitAndUnixToolsOnPath -y
17
17
choco install python python2 -y
18
18
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"
22
22
23
23
# NASM
24
24
choco install nasm -y
You can’t perform that action at this time.
0 commit comments