-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install on Windows #73
Comments
Unfortunately i can not help you with that, has only tested it on Linux myself. Maybe you can pick up some pointers from #61 ? |
Already tried that, went on and looked at node-ffi and have made it working that way. Thanks anyway, your tool looks great. |
Good to hear 👍 |
Had similar errors on Windows 8.1 but finally managed to build it from the source by first adding two modifications.
Maybe this can help someone. OS Windows 8.1, x64 with Node 0.12.4 and Visual Studio 2015 installed, |
Tried to install node-red-contrib-tellstick today but got stuck on this problem as well in node-telldus which is a dependency. Could robertcarlens fix be added to the project so that windows users do not have to monkey-patch the project? The library-dirs part is already correct, no fix needed. |
@robertcarlens THANKS! your instructions mady my day. And @PCguru I suspect it depends on OS and version of tellduscenter. Im on windows 7 64 bit and I had to add the path down to the c:\Program Files (x86)\Telldus\Development\x86_64 Without id it did not work and with it it works. (I also had to add time.h btw) |
Reopening this myself, as i noticed issue #61. Is the documentation lacking information as it is now? Any ideas on improvement? |
Hi
I'm unable to install telldus on Windows. I've tried with both Visual Studio 2013 Express and Visual Studio Community 2015.
The error i'm receiving is this:
`
Do you know of any way to get around this?
OS is Windows 10, x64 with Node.JS version 0.12.7, npm -v shows: 2.11.3
The text was updated successfully, but these errors were encountered: