-
-
Notifications
You must be signed in to change notification settings - Fork 10
Update instructions for Windows #61
Copy link
Copy link
Open
Description
The node-gyp relies on older (2010?) C++ compiler to work, few developers have this installed any longer so the installation will fail unless alternative compiler is specified.
Append --msvs_version=2013 to the install command (npm install) to use Visual Studio 2013, or replace with 2012.
npm install telldus --msvs_version=2013
Also add a link to the C++ redist that is required to compile this, with a comment to get the 32-bit version: http://www.microsoft.com/en-us/download/details.aspx?id=40784
Though I'm getting errors still that I really can't find a solution too...
LINK : fatal error LNK1181: cannot open input file 'TelldusCore.lib'
I even tried adding the Telldus-dev path to my PATH environment variables.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels