11cb0ef41Sopenharmony_ci# Boxstarter (http://boxstarter.org/) script for Node.js prerequisites 21cb0ef41Sopenharmony_ci# 31cb0ef41Sopenharmony_ci# To install either open this link in IE or Edge: 41cb0ef41Sopenharmony_ci# http://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/nodejs/node/HEAD/tools/bootstrap/windows_boxstarter 51cb0ef41Sopenharmony_ci# 61cb0ef41Sopenharmony_ci# Or run those commands in an elevated Powershell terminal: 71cb0ef41Sopenharmony_ci# iex ((New-Object System.Net.WebClient).DownloadString('http://boxstarter.org/bootstrapper.ps1')) 81cb0ef41Sopenharmony_ci# get-boxstarter -Force 91cb0ef41Sopenharmony_ci# Install-BoxstarterPackage https://raw.githubusercontent.com/nodejs/node/HEAD/tools/bootstrap/windows_boxstarter -DisableReboots 101cb0ef41Sopenharmony_ci# 111cb0ef41Sopenharmony_ci# For more detail see 121cb0ef41Sopenharmony_ci# https://github.com/nodejs/node/blob/HEAD/tools/bootstrap/README.md 131cb0ef41Sopenharmony_ci# 141cb0ef41Sopenharmony_ci 151cb0ef41Sopenharmony_ci# Git and Unix tools will be added to the PATH 161cb0ef41Sopenharmony_cichoco install git -params /GitAndUnixToolsOnPath -y 171cb0ef41Sopenharmony_cichoco install python python2 -y 181cb0ef41Sopenharmony_ci 191cb0ef41Sopenharmony_ci# Installs VS 2019 Build Tools 201cb0ef41Sopenharmony_cichoco install visualstudio2019buildtools -y 211cb0ef41Sopenharmony_cichoco install visualstudio2019-workload-vctools -y --params="--add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.ATL.ARM64" 221cb0ef41Sopenharmony_ci 231cb0ef41Sopenharmony_ci# NASM 241cb0ef41Sopenharmony_cichoco install nasm -y 25