Skip to content

Commit

Permalink
win, tools: add nasm to boxstarter script
Browse files Browse the repository at this point in the history
Adds NASM installation to the Boxstarter script.

Refs: #19918

PR-URL: #19950
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
bzoz authored and jasnell committed Apr 16, 2018
1 parent f086354 commit 7b46503
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ the following [Chocolatey] packages:
* [Git for Windows][] with the `git` and Unix tools added to the `PATH`
* [Python 2.x][]
* [Visual Studio 2017 Build Tools][] with [Visual C++ workload][]
* [NetWide Assembler][]

To install Node.js prerequisites using [Boxstarter WebLauncher][], just open
[this link](http://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/nodejs/node/master/tools/bootstrap/windows_boxstarter)
Expand Down Expand Up @@ -52,4 +53,4 @@ xcode-select --install
[Python 2.x]: https://chocolatey.org/packages/python2
[Visual Studio 2017 Build Tools]: https://chocolatey.org/packages/visualstudio2017buildtools
[Visual C++ workload]: https://chocolatey.org/packages/visualstudio2017-workload-vctools

[NetWide Assembler]: https://chocolatey.org/packages/nasm
3 changes: 3 additions & 0 deletions tools/bootstrap/windows_boxstarter
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ choco install python2 -y
# Installs VS 2017 Build Tools
choco install visualstudio2017buildtools -y
choco install visualstudio2017-workload-vctools -y

# NASM
choco install nasm -y

0 comments on commit 7b46503

Please sign in to comment.