From 101b18e4081ebbc0afd4641c7629c459930f23d2 Mon Sep 17 00:00:00 2001 From: Heather Date: Tue, 6 May 2014 22:15:45 -0700 Subject: [PATCH] Visual C++ 2010 should be SP1 else-way there will be "failure during conversion to COFF" description on StackOverflow: http://stackoverflow.com/questions/10888391/error-link-fatal-error-lnk1123-failure-during-conversion-to-coff-file-inval --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c00ba641..1e064217c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Atom will automatically update when a new release is available. ### Windows Requirements * Windows 7 or later - * [Visual C++ 2010 Express](http://www.microsoft.com/visualstudio/eng/products/visual-studio-2010-express) + * [Visual C++ 2010 SP1 Express](http://www.microsoft.com/visualstudio/eng/products/visual-studio-2010-express) * [node.js - 32bit](http://nodejs.org/download/) v0.10.x * [Python 2.7.x](http://www.python.org/download/) * [GitHub for Windows](http://windows.github.com/)