From 5b80e834c8f79dda9fb2770a876ff3cf649c06f3 Mon Sep 17 00:00:00 2001 From: xverges Date: Thu, 7 Mar 2013 04:16:20 -0800 Subject: [PATCH] doc(wiki): Created Visual Studio 2010 Setup (markdown) --- Visual-Studio-2010-Setup.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Visual-Studio-2010-Setup.md diff --git a/Visual-Studio-2010-Setup.md b/Visual-Studio-2010-Setup.md new file mode 100644 index 0000000000..c5a104016c --- /dev/null +++ b/Visual-Studio-2010-Setup.md @@ -0,0 +1,10 @@ +On Windows XP/Vista/7, [node-gyp requires Python 2.3 and Visual Studio 2010](https://github.com/TooTallNate/node-gyp#installation) + +According to the readme file in [Microsoft Visual C++ 2010 Service Pack 1 Compiler Update for the Windows SDK 7.1](http://www.microsoft.com/en-us/download/details.aspx?id=4422), _to ensure that your system has a supported configuration, uninstall the following products and then reinstall them in the order listed_: + +1. [Visual Studio 2010](http://www.microsoft.com/visualstudio/eng/downloads#d-2010-express) +1. [Windows SDK 7.1](http://www.microsoft.com/en-us/download/details.aspx?id=8279) +1. [Visual Studio 2010 SP1](http://www.microsoft.com/en-us/download/details.aspx?id=23691) +1. [Visual C++ 2010 SP1 Compiler Update for the Windows SDK 7.1](http://www.microsoft.com/en-us/download/details.aspx?id=4422) + +On x64 environments, the last update in the list fixes errors about missing compilers and `error MSB4019: The imported project "C:\Microsoft.Cpp.Default.props" was not found.` \ No newline at end of file