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#1190
Copy file name to clipboardexpand all lines: BUILDING.md
+3
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