1
0
mirror of synced 2024-09-28 01:06:07 +00:00
SecurityCam.js/nodegyp-windows.txt
Mark van Renswoude dd75bef94f Separated the output into separate pluggable modules
Added raw and mjpeg-split output modules
Added before/after/during commands
Updated sample config and added readme
2016-07-16 11:35:15 +02:00

12 lines
446 B
Plaintext

Getting node-gyp to work on Windows (required for buildtools, used by mjpeg-consumer):
https://github.com/nodejs/node-gyp/issues/629#issuecomment-153196245
I couldn't get the 2015 build tools to work, but with 2013 already installed
it worked using:
set VCTargetsPath=C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120
set VCTargetsPath12=C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120
npm config set msvs_version 2013