Closed
Description
https://github.com/nodejs/node/blob/master/BUILDING.md#windows-1 states:
Optional (for OpenSSL assembler modules): the NetWide Assembler, if not installed in the default location it needs to be manually added to PATH.
But vcbuild test
just aborts without NASM:
j:\temp\node-master>vcbuild test
Looking for Python 2.x
Looking for NASM
Could not find NASM, it will not be used.
j:\temp\node-master>
See also: https://github.com/nodejs/node/blob/master/BUILDING.md#openssl-asm-support