Skip to content

Instantly share code, notes, and snippets.

@fengmk2
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fengmk2/9708152 to your computer and use it in GitHub Desktop.
Save fengmk2/9708152 to your computer and use it in GitHub Desktop.
node-gyp build deps on windows

using node-gyp building nodejs c++ module on windows

Python (v2.7.3 recommended, v3.x.x is not supported)

Windows XP/Vista/7

  • Visual Studio 2010 Express, only need to install c++ tools
  • For 64-bit builds of node and native modules you will also need the Windows 7 64-bit SDK If the install fails, try uninstalling any C++ 2010 x64&x86 Redistributable that you have installed first.
  • If you get errors that the 64-bit compilers are not installed you may also need the compiler update for the Windows SDK 7.1

Windows 7/8:

  • Microsoft Visual Studio C++ 2012 for Windows Desktop (Express version works well)
@fengmk2
Copy link
Author

fengmk2 commented Mar 22, 2014

@fengmk2
Copy link
Author

fengmk2 commented Mar 22, 2014

MMVJ9-FKY74-W449Y-RB79G-8GJGJ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment