mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: update Boxstarter script and document
PR-URL: https://github.com/nodejs/node/pull/32299 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
committed by
Anna Henningsen
parent
d03d9a05f0
commit
4d59253bc3
@@ -1,2 +1,3 @@
|
||||
See the main project [BUILDING.md](../../BUILDING.md#boxstarter) for details on
|
||||
how to use this script.
|
||||
See the main project
|
||||
[BUILDING.md](../../BUILDING.md#option-2-automated-install-with-boxstarter)
|
||||
for details on how to use this script.
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
choco install git -params /GitAndUnixToolsOnPath -y
|
||||
choco install python python2 -y
|
||||
|
||||
# Installs VS 2017 Build Tools
|
||||
choco install visualstudio2017buildtools -y
|
||||
choco install visualstudio2017-workload-vctools -y --params="--add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.ATL.ARM64"
|
||||
# Installs VS 2019 Build Tools
|
||||
choco install visualstudio2019buildtools -y
|
||||
choco install visualstudio2019-workload-vctools -y --params="--add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.ATL.ARM64"
|
||||
|
||||
# NASM
|
||||
choco install nasm -y
|
||||
|
||||
Reference in New Issue
Block a user