node-odbc icon indicating copy to clipboard operation
node-odbc copied to clipboard

Win32, Win64 binaries in npm

Open tracker1 opened this issue 12 years ago • 5 comments

I know the windows support is immature at this point, and not entirely flushed out.. that said, it will be nice to have a target for the npm install for windows that will simply download prebuilt win32/64 binaries instead of requiring a built environment which isn't typical for windows servers.

Nice to know the windows support has continued to develop.

tracker1 avatar Dec 04 '12 22:12 tracker1

I agree that this would be nice. I did look in to it out of curiosity a month back or so and at that time there was no "blessed" way to do it. I have seen some modules that do it, but there always seemed to be controversy surrounding the implementation. Or just that binaries shouldn't be included in npm at all. But, maybe I'm misinformed.

If there is a specification for inclusion of binaries, then yeah, we should get working on that asap. Otherwise, I personally will wait until there is a clear spec, someone proposes something concrete or the company I work for has a need for it.

So, that's where I stand on putting effort into it. I definitely welcome patches though. :)

Thanks,

Dan

wankdanker avatar Dec 04 '12 22:12 wankdanker

Added an issue for node mainline... https://github.com/joyent/node/issues/4398

tracker1 avatar Dec 10 '12 15:12 tracker1

Node-pre-gyp seems works. ( https://github.com/mapbox/node-pre-gyp/ ) Maybe it's the twilight for Win binaries of node-odbc?

bustta avatar Jul 20 '15 07:07 bustta

This issue is not truly Windows-specific - it would be highly, highly convenient also to ship working binaries on Linux.

kylecordes avatar May 27 '16 19:05 kylecordes

@wankdanker , Could you please tell me which one is the installer file here, I am sorry I am not clear about it. Just wanted to help to create patch for windows installer binaries.

rhtpandeyIN avatar Feb 24 '17 07:02 rhtpandeyIN