From 4c5a30673365658ceb8aae531c99cd8002850dd9 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 25 Jun 2014 09:11:06 +0800 Subject: [PATCH] :memo: Mention a new Windows build error. --- docs/development/build-instructions-windows.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/development/build-instructions-windows.md b/docs/development/build-instructions-windows.md index 4eb5195e1fec..e7dc022f859b 100644 --- a/docs/development/build-instructions-windows.md +++ b/docs/development/build-instructions-windows.md @@ -7,7 +7,7 @@ * Make sure "X64 Compilers and Tools" are installed if you use the Professional edition. * [Python 2.7](http://www.python.org/download/releases/2.7/) -* [node.js](http://nodejs.org/) +* 32bit [node.js](http://nodejs.org/) * [git](http://git-scm.com) If you are using Visual Studio 2010 __Express__ then you also need following @@ -114,3 +114,7 @@ you have installed python under `C:\Python27`): Upgrading to VS 2010 SP1 would solve this, read the Microsoft Support article on more of this: http://support.microsoft.com/kb/2757355. + +### LNK1181: cannot open input file 'kernel32.lib' + +Try reinstalling 32bit node.js.