File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ the following [Chocolatey] packages:
88 * [ Git for Windows] [ ] with the ` git ` and Unix tools added to the ` PATH `
99 * [ Python 2.x] [ ]
1010 * [ Visual Studio 2017 Build Tools] [ ] with [ Visual C++ workload] [ ]
11+ * [ NetWide Assembler] [ ]
1112
1213To install Node.js prerequisites using [ Boxstarter WebLauncher] [ ] , just open
1314[ this link] ( http://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/nodejs/node/master/tools/bootstrap/windows_boxstarter )
@@ -52,4 +53,4 @@ xcode-select --install
5253[ Python 2.x ] : https://chocolatey.org/packages/python2
5354[ Visual Studio 2017 Build Tools ] : https://chocolatey.org/packages/visualstudio2017buildtools
5455[ Visual C++ workload ] : https://chocolatey.org/packages/visualstudio2017-workload-vctools
55-
56+ [ NetWide Assembler ] : https://chocolatey.org/packages/nasm
Original file line number Diff line number Diff line change @@ -19,3 +19,6 @@ choco install python2 -y
1919# Installs VS 2017 Build Tools
2020choco install visualstudio2017buildtools -y
2121choco install visualstudio2017-workload-vctools -y
22+
23+ # NASM
24+ choco install nasm -y
You can’t perform that action at this time.
0 commit comments