2017-11-14 14:57:11 +00:00
|
|
|
# Boxstarter (http://boxstarter.org/) script for Node.js prerequisites
|
|
|
|
#
|
|
|
|
# To install either open this link in IE or Edge:
|
2021-05-03 09:15:35 +00:00
|
|
|
# http://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/nodejs/node/HEAD/tools/bootstrap/windows_boxstarter
|
2017-11-14 14:57:11 +00:00
|
|
|
#
|
|
|
|
# Or run those commands in an elevated Powershell terminal:
|
|
|
|
# iex ((New-Object System.Net.WebClient).DownloadString('http://boxstarter.org/bootstrapper.ps1'))
|
|
|
|
# get-boxstarter -Force
|
2021-05-03 09:15:35 +00:00
|
|
|
# Install-BoxstarterPackage https://raw.githubusercontent.com/nodejs/node/HEAD/tools/bootstrap/windows_boxstarter -DisableReboots
|
2017-11-14 14:57:11 +00:00
|
|
|
#
|
|
|
|
# For more detail see
|
2021-05-03 09:15:35 +00:00
|
|
|
# https://github.com/nodejs/node/blob/HEAD/tools/bootstrap/README.md
|
2017-11-14 14:57:11 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# Git and Unix tools will be added to the PATH
|
|
|
|
choco install git -params /GitAndUnixToolsOnPath -y
|
2023-10-01 14:22:58 +00:00
|
|
|
choco install python3 -y
|
2017-11-14 14:57:11 +00:00
|
|
|
|
2023-10-01 14:22:58 +00:00
|
|
|
# Installs VS 2022 Build Tools
|
|
|
|
choco install visualstudio2022buildtools -y
|
|
|
|
choco install visualstudio2022-workload-vctools -y --params="--add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.ATL.ARM64"
|
2018-04-11 16:08:24 +00:00
|
|
|
|
|
|
|
# NASM
|
|
|
|
choco install nasm -y
|