You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenSSL-1.1.0 requires the nasm assembler for building asm files on
Windows. This finds nasm at \Program Files\NASM\nasm.exe or
\ProgramFiles(x86)\NASM\nasm.exe in vcbuild.bat for users who did not
add its path in their enviroments.
Fixes: nodejs/build#1190Fixes: #4270
PR-URL: #19794
Reviewed-By: Shigeki Ohtsu <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Rod Vagg <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Copy file name to clipboardExpand all lines: BUILDING.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -258,6 +258,9 @@ Prerequisites:
258
258
* Basic Unix tools required for some tests,
259
259
[Git for Windows](http://git-scm.com/download/win) includes Git Bash
260
260
and tools which can be included in the global `PATH`.
261
+
***Optional** (for OpenSSL assembler modules): the [NetWide Assembler](http://www.nasm.us/),
262
+
if not installed in the default location it needs to be manually added
263
+
to `PATH`.
261
264
***Optional** (to build the MSI): the [WiX Toolset v3.11](http://wixtoolset.org/releases/)
262
265
and the [Wix Toolset Visual Studio 2017 Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension).
0 commit comments