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:
8
8
* [ Git for Windows] [ ] with the ` git ` and Unix tools added to the ` PATH `
9
9
* [ Python 2.x] [ ]
10
10
* [ Visual Studio 2017 Build Tools] [ ] with [ Visual C++ workload] [ ]
11
+ * [ NetWide Assembler] [ ]
11
12
12
13
To install Node.js prerequisites using [ Boxstarter WebLauncher] [ ] , just open
13
14
[ 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
52
53
[ Python 2.x ] : https://chocolatey.org/packages/python2
53
54
[ Visual Studio 2017 Build Tools ] : https://chocolatey.org/packages/visualstudio2017buildtools
54
55
[ 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
19
19
# Installs VS 2017 Build Tools
20
20
choco install visualstudio2017buildtools -y
21
21
choco 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